I want to let an User draw Polygons on an HTML Site. I also want to enable the user to save and load his drawn polygons in an human-readable file like svg or xml.
It is important that i can read out some properties of the polygons, like its position on the page. I don't want to have an online drawing program like jquery-svg.
I have looked at http://jsdraw2d.jsfiction.com/demo/linepolygon.htm , but this tool is not ver sophisticated yet...
Do you have any ideas / tools that could help me ?
Best,
Hans