Come no, ti dice di creare un'alternativa all'immagine in svg nel caso in cui il browser non riesca ad interpretala.


codice:
<html>
  <body>
    <object type="image/svg-xml" data="drawing.svg">
      <!-- The contents of the <object> element (i.e., an alternate
         image) are drawn in the event the user agent cannot process 
         the SVG drawing. -->
      [img]alternate_image.jpg[/img]
    </object>
  </body>
</html>