|
Mozilla has, sadly, with the best possible intentions, put SVG support back several years.
First, changes to the plug-in API made Mozilla incompatible with Adobe's SVG viewer 3.
Second, the built-in SVG support does not handle a large subset of SVG, is missing many features.
It does not help that the Mozilla plan for showing SVG in an HTML document is that the SVG code be mixed in with the HTML document, as opposed to living in a separate resource linked to with an 'object' or 'img' element. There is no way to write a document that will work with both these approaches.
Mozilla is my regular web browser, but when I want to run SVG demos, I have to fire up Internet Explorer to do it. Sad.
|