tibold / svg-explorer-extension

Extension module for Windows Explorer to render SVG thumbnails, so that you can have an overview of your SVG files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image xlink:href not rendering

dFxed opened this issue · comments

commented

Locally referenced image doesn't render on thumbnail. Web browsers correctly display the svg.

<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 640 480">
<image x="0" y="0" width="640px" height="480px" xlink:href="Img.bmp"/>
....
</svg>