Originally posted by VectraMan
View Post
As HTML5 now allows for inline SVG in HTML, it will work in Firefox 4 when it's released; Chrome and Safari already support it. IE9 also supports inline SVG in HTML, and (finally) supports XHTML served as application/xhtml+xml.
The way that library makes SVG work in IE < 9 will be by converting the SVG on the fly to VML, a deprecated predecessor to SVG that was implemented in IE and never removed. For the others, it's probably doing something cunning like adding in the relevant namespaces on the fly and triggering the browser to reparse the relevant elements.




).
Leave a comment: