Search for SVG editor based on Flash / JS or editing

I am looking for a framework or library for creating SVG images. It should work in a browser, so it should be based on Flash, or possibly JavaScript. So far I have found the Flash library using interactiveo.pt, the Dojox SVG editing component and some small JavaScript tools.

Is there anything else, preferably stable and mature?

Thank you very much!

- Andreas

+4
source share
6 answers

Exporting to svg is a fairly simple step.

Draw and export to svg from FLASH

Example

+2
source

Have you seen Raphael? http://raphaeljs.com/ This is a JS drawing structure that displays in SVG, Canvas, or VML depending on the capabilities of the browser.

+2
source

svg-edit ( demo ) is going well. This is the basic editor that developers plan to move to the plugin architecture to include third-party tools. It blends perfectly with the MoinMoin wiki, allowing built-in editable charts, etc.

I think that in a year some good open source editors will be available using different basic JS libraries, now that the ground has been broken by svg-edit

+1
source

Not sure why you need it. Inkscape is cool, but it doesn’t work in the browser.

0
source

I think I have at http://svg.startpagina.nl

0
source

Have you tried Amaya http://www.w3.org/Amaya/

0
source

All Articles