Comment Re:Resizing an SVG... (Score 1) 75
Resizing an SVG isn't a thing in the first place. It's a vector graphic - The name MEANS Scaleable Vector Graphic.
The input and output of this program should be identical.
Well, you might still need to change <svg width="123" height="456"> to some other values to change the default dimensions of the image. But you can do that with plain old Notepad.