Re: Marker rendering bug in Mozilla
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Apr 8, 6:28 am, Jorge Stolfi <[email protected]> wrote: > Hello, > > I noticed that markers in embedded SVG files are incorrectly rendered by Firefox. > See for example > > http://www.ic.unicamp.br/~stolfi/misc/2009-04-07-svg-marker-bug/buggy... I needed to save this locally and to fix up the mime type of the embedded SVG in order to get this to work. You should serve the SVG file as image/svg+xml rather than text/xml. It seems that mozilla gets confused about what to do with text/xml in an embed tag. Once I did that though it displayed correctly for me. > Perhaps the EMBED tag is being handled by RSVG 2.22.2, while > standalone SVG files are shown with 2.22.3? > It could be so in your case. As for me it doesn't work at all online. I get prompts to find a plug in for the embed. BTW you should use the object tag rather than the embed tag http://wiki.svg.org/SVG_and_HTML Best regards Robert.