I am trying to create a flowchart editor similar to
https://dl.dropboxusercontent.com/u/16408368/WebUI_FlowChart/index.html
I am looking for some directions on how to go about it. In order to draw each item, I am basically planning to create an item group with say rectangle and a small circle(circle acts as the connector point).
I am not sure on how to implement the connecting path between 2 such elements and how to track the path i.e. what 2 points is the path connecting. Also how on only draw the path only when you click from one such circle to another.
I am new to SVG and Snap so my knowledge is pretty limited. Any feedback on how to go about this would be nice, I am not shy of reading so any reading pointers on how such things are done would be helpful
:)
Thanks in advance for the help.