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:
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.