carlos-sanchez
11/12/2013 - 6:04 PM

Graphics don't scale up as you zoom in. svg size can be move to the stylesheet, but img size must stay inline.

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>