Re: SVG image not shown by Firefox
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
Lusotec wrote: > The problem is that Firefox does *not* show SVG images with <html:img>, > <xul:image>, <button image="">, CSS background-image, etc Correct. > Strangely, it shows the SVG images if the image URL is put in the address bar. Or in an iframe, or <object>. We treat SVG as documents, not images. > 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. -Boris