All,
We have an SVG file with an outline of a dress drawn in it. Now we want to identify the nodes of this dress so that, similar to SVG-edit, the path of the file can be identified and manipulated (in SVG-edit, after drawing an irregular shape, you click on the arrow button (left first button) and double click the shape drawn to see the node circles).
Considering in SVG-edit, the output is a lot of numbers with each node being apportioned its own id, how do you go about identifying each node (in JS) and then setting it a dynamic id please?
Cheers