Page 1 of 1

librsvg not rendering xlink (external) images from svg

Posted: 2013-11-06T09:22:38-07:00
by joekarl
Using imagemagick 6.8.7-0, librsvg 2.36.3 on OSX 10.9.

Basic svg with an xlink:href image. Using the RSVG renderer, the image is not displayed. Using the MSVG renderer, the image is displayed.
Unfortunately can't use MSVG due to some outstanding bugs.

Anyways, here's a sample SVG that is exhibits the problem.

Code: Select all

<svg width="800" height="600"
    xmlns:svg="http://www.w3.org/2000/svg" version="1.2"
    xmlns:xlink="http://www.w3.org/1999/xlink">
    <image width="800" height="600" xlink:href="http://upload.wikimedia.org/wikipedia/commons/c/ca/Triple-Spiral-4turns_green_transparent.png"></image>
</svg>

Re: librsvg not rendering xlink (external) images from svg

Posted: 2013-11-06T09:23:47-07:00
by joekarl
Possibly related to this viewtopic.php?t=23900

Re: librsvg not rendering xlink (external) images from svg

Posted: 2013-11-06T09:37:34-07:00
by joekarl
I'm also seeing this running on Red Hat 6.3 with RSVG 2.26.0 and IM 6.8.4-6