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>