kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

SVG export has margins/padding in exported SVG #18

Open soerendomroes opened 2 years ago

soerendomroes commented 2 years ago

The exported SVG has margins in it (which cannot be cropped), as seen below. Screenshot from 2021-10-07 14-15-28

I suggest to change the SVG export such that this does not happen.

I guess that this is happening since the drawing itself has padding around it so the SVG export works correctly (but still the padding should be removed).