From c3e8a1579b285f4406ac9d3ed8d22f7cc4aa7ed9 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sun, 26 Jan 2014 20:32:35 -0200 Subject: [PATCH] Draft: applied ulrich1a's fix to svg output - fixes #1365 --- src/Mod/Draft/importSVG.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')