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