Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
When using librsvg to view svg formats and try to display an svg image with external resources, like <image xlink:href>, display will only find those images if they reside in CWD. This is because base_uri hasn't been set in librsvg. In the svg.c coder code, I added a line of code to set the base uri in the rsvg section, See below. This was a similar process test-display.c was using in the librsvg tree. Would you review this and add it to your next patch?