diff --git a/src/Mod/Draft/importSVG.py b/src/Mod/Draft/importSVG.py index 150fb67be..b744670e0 100644 --- a/src/Mod/Draft/importSVG.py +++ b/src/Mod/Draft/importSVG.py @@ -1179,7 +1179,8 @@ def export(exportList,filename): for ob in exportList: if svg_export_style == 0: # translated-style exports have the entire sketch translated to fit in the X>0, Y>0 quadrant - svg.write('\n') + #svg.write('\n') + svg.write('\n') else: # raw-style exports do not translate the sketch svg.write('\n')