Ive gone through and through again but for some reason validation says this is wrong:
Code:
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="410"
height="616"
viewBox="0 0 410 616"
preserveAspectRatio="none">
<image width="410" height="616" xlink:href="cover.jpeg"/>
</svg>
it fails for invalid preserveAspectRatio="none">. Ive written several variations and still nothing. Maybe another eye can tell me!