Skip to content

TechDraw: Fix font size issues when exporting to SVG

Created by: pavltom

The texts in TechDraw drawings exported to SVG are slightly shifted and have slightly different sizes. This pull request aims to fix this by correctly computing the font size in points from user settings in mm and stating the exported SVG resolution in DPI is the same as logical screen has.

For more explanation please see the "Labels are not exported in svg, dimensions are offsetted" TechDraw Development topic.

Merge request reports