Search found 1 match

by sancappello
2013-04-28T01:54:12-07:00
Forum: Users
Topic: Converting SVG to PNG - fill content doesn't work
Replies: 1
Views: 2251

Converting SVG to PNG - fill content doesn't work

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:
convert file.svg -scale 800x600^ png8:file.png

With older versions of IM the dots appeared to be filled with black color, but after I updated to ...