SVG xlink:href属性不遵循xml:base

时间:2018-07-12 04:41:32

标签: xml svg href

我在下面有一个简单的SVG文件。在根元素中声明了 xml:base ,但是 xlink:href 属性未在其后面。图像URL仍基于文档的基本URL。如何解决该问题?

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" 
     xml:base="https://pathfinding-lab.azurewebsites.net/images"
     xmlns:xlink="http://www.w3.org/1999/xlink" id="map" width="640" height="640">
    <!--Background-->
    <image x="0" y="0" width="32" height="32" xlink:href="tileGrass1.png"></image>
</svg>

0 个答案:

没有答案
相关问题