Re: SVG image not shown by Firefox
Lusotec <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
Boris Zbarsky wrote: > Lusotec wrote: >> Am I wrong in expecting Firefox to treat a SVG file like an image? > > No; it's just not implemented yet. Note that when it is SVG images and > SVG documents won't have quite the same behavior. SVG file being handled like an image is what I expect when using <html:img>, <xul:image>, CSS/background-image, etc. I would expect this to be easier to implement than SVG as a document, especially since SVG drawing is already in Firefox. When an image is what is expected just convert SVG to a properly sized bitmap and be done with it. Regards.