Print at Dec 21, 2025, 2:23:58 PM

Posted by Ferraro at Aug 5, 2014, 4:24:11 PM
SVG Export Setup (pixel width, height)
I am working with 4.2 source, and I need a way to set the pixel width and height to a static size, like 500px by 500px when my SVG is exported. I have been opening the SVG manually and changing (width="500px" height="500px") but it is becoming impossibly time consuming with a large batch. It would be much simpler if I could just set the pixel dimensions into the export operation.
If any developers could help with a location, and possible method to achieve this, it would be greatly appreciated. Spent an hour or so digging through the thousands of lines of code, realizing without a point in the right direction I could lose days at this.
Thanks in advance.