diff --git a/src/Mod/Draft/importSVG.py b/src/Mod/Draft/importSVG.py index bf00d0732..ce8c2cfb3 100644 --- a/src/Mod/Draft/importSVG.py +++ b/src/Mod/Draft/importSVG.py @@ -969,7 +969,6 @@ def export(exportList,filename): sizex = maxx-minx sizey = maxy-miny miny += margin - boty = sizey+miny # writing header # we specify the svg width and height in FreeCAD's physical units (mm), @@ -1005,4 +1004,3 @@ def export(exportList,filename): # closing svg.write('') svg.close() - FreeCAD.Console.PrintMessage("successfully exported "+filename)