Draft: Fixed linewidths in SVG export - fixes #6034

This commit is contained in:
Yorik van Havre
2023-10-27 13:04:40 +02:00
parent c342b6d728
commit f5cd6d91d2

View File

@@ -1896,7 +1896,7 @@ def export(exportList, filename):
# raw-style exports do not translate the sketch
svg.write('<g id="%s" transform="scale(1,-1)">\n' % ob.Name)
svg.write(Draft.get_svg(ob))
svg.write(Draft.get_svg(ob, override=False))
_label_enc = str(ob.Label.encode('utf8'))
_label = _label_enc.replace('<', '&lt;').replace('>', '&gt;')
# replace('"', "&quot;")