I want to scale svg files on my pc to png. But there is some kind of problem. I want to set stroke with to 1px, so I use this command:
Code: Select all
mogrify -density 400 -strokewidth 1 -format png mysvgfile*.svg
But finally it doesn't work properly. Of course, my svg file has been saved as png. Also there is a problem with width. I want to set 400px of width, but file is... much bigger... same problem is with stroke.
The stroke should have 1px width.
Edit:
It might be in two steps:
1. scaling svg files to another svg with 400px width and 1px stroke.
2. convert svg files to png