vote up 2 vote down star
3

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.

Is there anything else, preferrably stable and mature?

Thanks a lot in advance!

-- Andreas

flag

0% accept rate

5 Answers

vote up 1 vote down

Exporting to svg is a pretty easy step to take.

Draw & Export to svg from FLASH

Example

link|flag
1  
Thanks a lot for the hint! If exporting to SVG is easy, we have more freedom choosing or implementing the actual editor. – nobby Mar 13 at 11:34
vote up 0 vote down

Not really sure why you'd want this. Inkscape is cool but doesn't run in a browser.

link|flag
I need it for a web-based direkt marketing solution. People shall be able to design postcards, flyers etc. The output shall be SVG for embedding in XSL-FO processing with Batik and FOP. – nobby Mar 13 at 11:32
vote up 0 vote down

I think i have some on http://svg.startpagina.nl

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.