Created
February 11, 2009 05:18
-
-
Save scooby/61847 to your computer and use it in GitHub Desktop.
code to embed an svg with alternate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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