SVG-edit is a fast, web-based, Javascript-driven SVG editor that works in any modern browser: With an nice nifty demonstration on http://svg-edit.googlecode.com/svn/trunk/editor/svg-editor.html
http://code.google.com/p/svgweb/
This link is now broken.
about:
SVG Web is a JavaScript library which provides SVG support on many browsers, including Internet Explorer, Firefox, and Safari. Using the library plus native SVG support you can instantly target ~95% of the existing installed web base.
typeface.js -- Rendering text with Javascript, <canvas>, and VML
saved on
uri:
http://typeface.neocracy.org/
This link is now broken.
about:
Typeface is a js library that permits to render text in custom fonts without using flash or images. Else, it uses canvas, VML or SVG.
It has the disadvantage of not allowing to select the text for copy-pasting (while siFr allows it).
SVG2VML is a lightweight JavaScript library that makes it easy to include vector graphics in web pages by providing a common SVG-style programming interface to VML and SVG. This project is a work in progress, and suggestions and contributions are welcome.