Search found 3 matches

by quasar
2011-07-29T08:00:14-07:00
Forum: Users
Topic: Problem with radial gradient
Replies: 4
Views: 9387

Re: Problem with radial gradient

Okay, I have reported the bug: https://bugzilla.gnome.org/show_bug.cgi?id=655483 I will see for the W3 consortium but I think this the correct format.

Yes, in firefox and chrome it's correct, the SVG image (and gradients) is created with a web-app editor (svg-edit).
by quasar
2011-07-27T07:26:07-07:00
Forum: Users
Topic: Problem with radial gradient
Replies: 4
Views: 9387

Re: Problem with radial gradient

Thanks for your reply, I have just tested with rsvg on linux: $ rsvg-convert --version rsvg-convert version 2.34.0 $ rsvg-convert -o test-linux-rsvg.png -f png source.svg here the result: http://digita1.free.fr/opera_bug/im/test-linux-rsvg.png :( This time I have tested with inkscape on Windows in ...
by quasar
2011-07-26T02:48:11-07:00
Forum: Users
Topic: Problem with radial gradient
Replies: 4
Views: 9387

Problem with radial gradient

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: convert -verbose source.svg test-linux.png and ...