Quote:
Originally Posted by jiembe
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 864 1228" preserveAspectRatio="XmidYmid">
<image width="864" height="1228" xlink:href="Map.jpg"/>
</svg>
|
I don't know if that might be the problem, but the
preserveAspectRatio property is incorrectly set. I think you want this:
Code:
preserveAspectRatio="xMidYMid meet"