Search found 3 matches

by rurider
2013-04-23T06:35:27-07:00
Forum: Bugs
Topic: SVG broken in ImageMagick 6.8.4-10
Replies: 4
Views: 4018

Re: SVG broken in ImageMagick 6.8.4-10

Ok. please, apply this patch - he corrects typo:
diff --git a/ImageMagick/configure b/ImageMagick/configure
index f4873e9..45fd6fb 100755
--- a/ImageMagick/configure
+++ b/ImageMagick/configure
@@ -1938,7 +1938,7 @@ Optional Packages:
--without-openexr disable OpenEXR support
--without-pango ...
by rurider
2013-04-23T05:59:23-07:00
Forum: Bugs
Topic: SVG broken in ImageMagick 6.8.4-10
Replies: 4
Views: 4018

Re: SVG broken in ImageMagick 6.8.4-10

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 ...
by rurider
2013-04-23T05:35:05-07:00
Forum: Bugs
Topic: SVG broken in ImageMagick 6.8.4-10
Replies: 4
Views: 4018

SVG broken in ImageMagick 6.8.4-10

Hello,

i found possible bug in ImageMagick-6.8.4-10:

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

nx ...