diff --git a/src/Mod/Draft/importSVG.py b/src/Mod/Draft/importSVG.py index 6ecbed714..e071ebf20 100644 --- a/src/Mod/Draft/importSVG.py +++ b/src/Mod/Draft/importSVG.py @@ -961,12 +961,14 @@ def export(exportList,filename): boty = sizey+miny # writing header + # we specify the svg width and height in FreeCAD's physical units (mm), + # and specify the viewBox so that user units maps one-to-one to mm svg = pythonopen(filename,'wb') svg.write('\n') svg.write('\n') svg.write('\n')