Re: SVG tiny support in firefox et.al.
Robert Longson <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Jan 24, 4:52 pm, johnjones <[email protected]> wrote: > Hi > > I am considering what would be the best thing to author SVG for i.e. > what standard would work broadly across all browsers and wonder if I > should not simply select the tiny profile since this would work on > mobile devices as well You can use the switch element and test for supported features although some browsers including firefox don't claim to support various things that you might think they should because the feature is still incompletely implemented. > > but my question really is does firefox render all of the SVG tiny and > to what extent ? Firefox is making its way towards support for 1.1 full but currently does not render any specific profile. https://developer.mozilla.org/en/SVG_in_Firefox shows a reasonably accurate picture of what is supported. Best regards Robert