mathandy / svgpathtools

A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
MIT License
553 stars 139 forks source link

Possible to save SVG with mm as standard unit? #92

Open mewitte opened 5 years ago

mewitte commented 5 years ago

Question as above.

Context: I am currently working on a lasercutting project. All our toolchains use mm as unit. Currently, when using paths2svg.wsvg, then the unit is set to px. Is there a way to change this to mm by default?

tatarize commented 4 years ago

It's not a terrible idea but the conversion between px and mm is kinda arbitrary. 96 is getting pretty standardized though.