I have a simple web page where I include an SVG graphic created with Inkscape using the following mark-up:
When I display the web page with Firefox, it just prints the "alt" description instead of rendering the SVG graphic; when I open the SVG graphic file directly with firefox it renders it perfectly. Where am I going wrong?
Opera, Chrome and Safari all render the SVG graphic correctly when the web page is opened with them.
Code:
<p>
<img src="myGraphic.svg" alt="myGraphic description" />
</p>
Opera, Chrome and Safari all render the SVG graphic correctly when the web page is opened with them.

Comment