Skip to content

Instantly share code, notes, and snippets.

@scooby
Created February 11, 2009 05:18
Show Gist options
  • Save scooby/61847 to your computer and use it in GitHub Desktop.
Save scooby/61847 to your computer and use it in GitHub Desktop.
code to embed an svg with alternate
<object data="star.svg" type="image/svg+xml" id="svg" width="450" height="350">
<img src="star.png" alt="Star">
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment