Putting the 'S' in SVG
Posted: 2007-02-23T15:37:16-07:00
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.
However, when I do this:
convert -size 2000x2000 Mozilla_Mascot.svg test.png
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?
Thanks,
Jeremy
However, when I do this:
convert -size 2000x2000 Mozilla_Mascot.svg test.png
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?
Thanks,
Jeremy