SVG Thumbnail generation problem

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.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: SVG Thumbnail generation problem

Post by anthony »

The IM that is being used appears to only have the 'built-in' SVG handling. which is currently incomplete, especailly in regards to gradients. This may be a long time in fixing.

If the IM was compiled with the RSVG librarys installed, Then those librarys would be used to do the conversion and the image comes out correctly.

For more details see IM Examples, IM and SVG handling
http://www.imagemagick.org/Usage/draw/#svg

I suggest you install the RSVG libraries and recompile IM either from the the source tar files, or the for linux SRPM source package.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply