Looking for a Flash/JS-based SVG editor or editing framework - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T16:56:59Zhttp://stackoverflow.com/feeds/question/638225http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/638225/looking-for-a-flash-js-based-svg-editor-or-editing-framework2Looking for a Flash/JS-based SVG editor or editing frameworknobby2009-03-12T11:29:40Z2009-06-13T15:42:58Z
<p>I'm looking for a framework or library to create SVG images. It should run in the browser, so it should be based on Flash or maybe JavaScript. Up to now I found the Flash library by inevo.pt, the SVG editing component of Dojox, and some little JavaScript tools.</p>
<p>Is there anything else, preferrably stable and mature?</p>
<p>Thanks a lot in advance!</p>
<p>-- Andreas</p>
http://stackoverflow.com/questions/638225/looking-for-a-flash-js-based-svg-editor-or-editing-framework/639224#6392241Answer by Andy Jacobs for Looking for a Flash/JS-based SVG editor or editing frameworkAndy Jacobs2009-03-12T15:39:39Z2009-03-12T15:39:39Z<p>Exporting to svg is a pretty easy step to take.</p>
<p><a href="http://memo.tv/drawing%5Fand%5Fexporting%5Fsvg%5Ffrom%5Fflash%5Fas3" rel="nofollow">Draw & Export to svg from FLASH</a></p>
<p><a href="http://memo.tv/files/memotv/SVGExport.swf" rel="nofollow">Example</a></p>
http://stackoverflow.com/questions/638225/looking-for-a-flash-js-based-svg-editor-or-editing-framework/640041#6400410Answer by Iain for Looking for a Flash/JS-based SVG editor or editing frameworkIain2009-03-12T19:04:07Z2009-03-12T19:04:07Z<p>Not really sure why you'd want this. Inkscape is cool but doesn't run in a browser.</p>
http://stackoverflow.com/questions/638225/looking-for-a-flash-js-based-svg-editor-or-editing-framework/641839#6418390Answer by stelt for Looking for a Flash/JS-based SVG editor or editing frameworkstelt2009-03-13T08:37:30Z2009-03-13T08:37:30Z<p>I think i have some on <a href="http://svg.startpagina.nl" rel="nofollow">http://svg.startpagina.nl</a></p>
http://stackoverflow.com/questions/638225/looking-for-a-flash-js-based-svg-editor-or-editing-framework/928526#9285260Answer by Mark Porter for Looking for a Flash/JS-based SVG editor or editing frameworkMark Porter2009-05-29T23:18:20Z2009-05-29T23:18:20Z<p>Have you seen Raphael? <a href="http://raphaeljs.com/" rel="nofollow">http://raphaeljs.com/</a> This is a JS drawing framework that renders in SVG, Canvas, or VML depending on browser capabilities. </p>
http://stackoverflow.com/questions/638225/looking-for-a-flash-js-based-svg-editor-or-editing-framework/990894#9908940Answer by suprit chaudhary for Looking for a Flash/JS-based SVG editor or editing frameworksuprit chaudhary2009-06-13T15:42:58Z2009-06-13T15:42:58Z<p>Have you tried Amaya <a href="http://www.w3.org/Amaya/" rel="nofollow">http://www.w3.org/Amaya/</a> </p>