Problem with radial gradient
Posted: 2011-07-26T02:48:11-07:00
Hello,
I need to convert an image SVG to PNG or JPG. It works fine with ImageMagick except for radial gradients. The source image is here: http://digita1.free.fr/opera_bug/im/source.svg
Under linux, I am using "ImageMagick 6.3.7 11/16/10 Q16", I do:
and here the result: http://digita1.free.fr/opera_bug/im/test-linux.png
The green radial gradient is not rendered, despite the fact that it looks like the gray radial gradient. The purple/blue radial gradient is more complex and is not rendered correctly. For this one is not a really problem for me, but the green one yes.
Under Windows, I am using "ImageMagick 6.7.1 Q16", I do the same thing and the result: http://digita1.free.fr/opera_bug/im/test-win.png
The result is totally screwed up... But it's not a problem for me, the production environnement is under linux.
So, what is the solution for the green radial gradient ? Do I need to change something in the SVG ?
Thanks.
I need to convert an image SVG to PNG or JPG. It works fine with ImageMagick except for radial gradients. The source image is here: http://digita1.free.fr/opera_bug/im/source.svg
Under linux, I am using "ImageMagick 6.3.7 11/16/10 Q16", I do:
Code: Select all
convert -verbose source.svg test-linux.png
The green radial gradient is not rendered, despite the fact that it looks like the gray radial gradient. The purple/blue radial gradient is more complex and is not rendered correctly. For this one is not a really problem for me, but the green one yes.
Under Windows, I am using "ImageMagick 6.7.1 Q16", I do the same thing and the result: http://digita1.free.fr/opera_bug/im/test-win.png
The result is totally screwed up... But it's not a problem for me, the production environnement is under linux.
So, what is the solution for the green radial gradient ? Do I need to change something in the SVG ?
Thanks.