Introduction to svgweb
November 25, 2009
Svgweb is an interesting project that allows you to embed SVG directly into a web page. It will render using native functionality on proper browsers, and fall back to using Flash on Internet Explorer (IE8 still has no SVG support). It is also possible to force the use of the …