ImageMagick convert SVG to PNG not working with RSVG enabled
问题 I'm using ImageMagick's convert utility to convert SVG file to PNG image. At first, I used vanilla installation of IM on OSX ( brew install imagemagick ) to convert the SVG using: $ convert file.svg file.png This worked except that some of the image objects in that file were offset (actual links to images). I then read a related question that suggested ImageMagick to be compiled with rsvg support (homebrew does it with brew install imagemagick --use-rsvg ). Now, when I try to perform the