You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into scaling issues using svg_stack which seem to be caused by the change from 90dpi to 96dpi as the default for svg files.
I have a python3 script which takes various svgs, sorts them, and uses svg_stack to put them together onto a single page, saves it as an svg, and then uses inkscape to export to pdf.
On some machines the scale in my final svg / pdf is correct. On other machines the output is scaled down by 90/96 (93.75%).
The machines that work correctly are running older version of Linux Mint, the ones that fail are running newer versions of Ubuntu.
The base svgs are created and saved in Inkscape. I can get them to output at the correct scale if inside Inkscape I change the "Custom Size" units from mm to px in the Document Properties. The problem is that I've got lots of base svgs and I want them to be in mm so it's easier for users to create and save them.
I previously opened this issue and incorrectly closed it thinking it was a windows / Inkscape error #10
I'd love some help to have these scale correctly!!
The text was updated successfully, but these errors were encountered:
I'm running into scaling issues using svg_stack which seem to be caused by the change from 90dpi to 96dpi as the default for svg files.
I have a python3 script which takes various svgs, sorts them, and uses svg_stack to put them together onto a single page, saves it as an svg, and then uses inkscape to export to pdf.
On some machines the scale in my final svg / pdf is correct. On other machines the output is scaled down by 90/96 (93.75%).
The machines that work correctly are running older version of Linux Mint, the ones that fail are running newer versions of Ubuntu.
The base svgs are created and saved in Inkscape. I can get them to output at the correct scale if inside Inkscape I change the "Custom Size" units from mm to px in the Document Properties. The problem is that I've got lots of base svgs and I want them to be in mm so it's easier for users to create and save them.
I previously opened this issue and incorrectly closed it thinking it was a windows / Inkscape error
#10
I'd love some help to have these scale correctly!!
The text was updated successfully, but these errors were encountered: