Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I am trying to get an SVG to rasterize at a specific DPI. For a sample SVG, I am using the Mozilla Mascot from Wikipedia (http://en.wikipedia.org/wiki/Image:Mozilla_Mascot.svg). I even removed the height, width, and viewbox attributes from the SVG document.
The mascot itself remains the same pixel dimension, with extra whitespace around it. Any idea how I get it to SCALE the SVG up to the specified size? That's what Scalable Vector Graphics are for, right?