SVG Web - Scalable Vector Graphics for Web Browsers using Flash
From
http://code.google.com/p/svgweb/
:
SVG Web is a
JavaScript library which provides
SVG support on many browsers, including Internet Explorer, Firefox, and Safari.
Once dropped in you get partial support for SVG 1.1, SVG Animation (SMIL), Fonts, Video and Audio,
DOM and style scripting through JavaScript, and more in about a 60K library. Your SVG content can be embedded directly into normal
HTML 5 or through the OBJECT tag. If native SVG support is already present in the browser than that is used, though you can override this and have the SVG Web toolkit handle things instead. No downloads or plugins are necessary other than Flash which is used for the actual rendering, so its very easy to use and incorporate into an existing web site.
--
Contributors: PeterThoeny - 2009-07-03
Discussion
Useful stuff. Although it would be even more useful if there is no dependency on Flash.
--
PeterThoeny - 2009-07-03