Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Created November 12, 2013 18:04
Show Gist options
  • Save carlos-sanchez/7435727 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/7435727 to your computer and use it in GitHub Desktop.
Graphics don't scale up as you zoom in. svg size can be move to the stylesheet, but img size must stay inline.
<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