When I convert a simle SVG to PNG, ie: convert somefile.svg somefile.png
If the SVG doesn't fill the whole area of the image, the background is filled in white. Is there a way to not do this? Ideally, I'd like the background to be transparent. I've tried this: convert -background #0000 somefile.svg somefile.png but that throws an error. BTW, I'm using ImageMagick 6.2.4 -- Jim _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
