rsvg doesn't render linked images

后端 未结 4 688
野的像风
野的像风 2020-12-11 17:43

I use the python rsvg bindings to render an svg image into cairo and save to file, which mostly works. But if the svg file contains a linked image, like so:

4条回答
  •  感情败类
    2020-12-11 18:37

    It seems that, if the file you are including is not on the same path or under the path of the SVG file you want to convert, it will not find it. I regard this as a bug.

提交回复
热议问题