View Single Post
Old 01-30-2010, 08:44 AM   #35
ninni
Junior Member
ninni began at the beginning.
 
ninni's Avatar
 
Posts: 6
Karma: 10
Join Date: Jan 2010
Location: Helsinki, Finland
Device: Sony
Hi!

Same thing happened to me. I think you need to save the svg as a separate file and then link it to your xhtml file with an object tag. Like this:

Code:
<object data="nameofthefile.svg" type="image/svg+xml" width="100%" >          
        <img src="nameoffallbackimage.png" alt="something" />
        </object>
Works for me at least!
ninni is offline   Reply With Quote