Converting SVG to PNG - fill content doesn't work
Posted: 2013-04-28T01:54:12-07:00
Hi everyone!
I'm trying to convert a SVG image into a PNG using ImageMagick.
Here is the SVG file:
file.svg
The command that I use is the following:
With older versions of IM the dots appeared to be filled with black color, but after I updated to the last version (6.8.5-0) the fill option started to be ignored, and the result is this:
Am I missing something or doing something wrong?
I'm trying to convert a SVG image into a PNG using ImageMagick.
Here is the SVG file:
file.svg
The command that I use is the following:
Code: Select all
convert file.svg -scale 800x600^ png8:file.png
Am I missing something or doing something wrong?