Skip to content

Instantly share code, notes, and snippets.

@JTLR
Created June 30, 2014 14:52
Show Gist options
  • Save JTLR/9f0096a15b0f85dabe0d to your computer and use it in GitHub Desktop.
Save JTLR/9f0096a15b0f85dabe0d to your computer and use it in GitHub Desktop.
SVG image with PNG fallback
<svg width="96" height="96">
<image xlink:href="svg.svg" src="svg.png" width="96" height="96">
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment