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.
$ convert ~/nx-desktop.svg ~/a.png
convert: unable to open image `#XMLID_36_': No such file or directory @ error/blob.c/OpenBlob/2641.
convert: no decode delegate for this image format `#XMLID_36_' @ error/constitute.c/ReadImage/550.
No. inkscape on my system is not installed and I would do without it, if possible.
I see a typo in configure for the new version:
- --without-rsvg disable RSVG support
+ --without-rsvg enable RSVG support
it would be correct:
- --without-rsvg disable RSVG support
+ --with-rsvg enable RSVG support
if I'm build with rsvg support - it will help me?
I would not want to put ImageMagick dependent on inkscape - it brings some problems for server configurations with libImageMagick installed.
Last edited by rurider on 2013-04-23T06:28:50-07:00, edited 1 time in total.
If inkscape or RSVG is not installed, ImageMagick reverts to the internal renderer which does not support the entire SVG specification as you have seen.