diff --git a/src/Mod/Draft/importSVG.py b/src/Mod/Draft/importSVG.py index 588be1bf9c..2c5c12e477 100644 --- a/src/Mod/Draft/importSVG.py +++ b/src/Mod/Draft/importSVG.py @@ -1896,7 +1896,7 @@ def export(exportList, filename): # raw-style exports do not translate the sketch svg.write('\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('<', '<').replace('>', '>') # replace('"', """)