SVG text not rendered correctly with ImageMagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We converted your image with ImageMagick 6.3.0-5, the current release, and it rendered properly.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

You can also use "rsvg" to convert the image.

The later IM uses external SVG librarys if available at compile time, to do the conversion. 6.2.5 I believe still used the internal MVG methods for conversion.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We get a segmentation fault as well. The stack trace points to a problem unloading a dependancy of the librsvg delegate library (perhaps it was GTK2, not sure). If your stack trace suggests the problem is within ImageMagick, let us know.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Our suggestion is to use some other program until we get these problems resolved.
Post Reply