Skip to content

Instantly share code, notes, and snippets.

@jlittlejohn
Last active May 1, 2019 16:03
Show Gist options
  • Save jlittlejohn/7940518 to your computer and use it in GitHub Desktop.
Save jlittlejohn/7940518 to your computer and use it in GitHub Desktop.
SVG: Inline SVG with 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