SonarSonic / DrawingBotV3

DrawingBotV3 is a software for converting images into vector art
https://docs.drawingbotv3.com
GNU General Public License v3.0
331 stars 43 forks source link

Scale PDF export to match paper size #23

Closed HanzPetrov closed 2 years ago

HanzPetrov commented 2 years ago

Hi Ollie, This tweak adjusts the PDF export scale, so that PDF output page size matches input/selected paper size and PDF line weight matches pen width (e.g. 1 mm = 1 mm, vs 1 mm = 1 pt). Similar to SVG export scaling - which is already working as expected - but scaled to 72 DPI instead of 96. Hope this is useful. Thanks!

SonarSonic commented 2 years ago

Thanks for your work!