chiark / gitweb /
Change how the matrixes are applied on SVG objects. Fix a minor bug when the renderin...
[cura.git] / Cura / util / drawingLoader / dxf.py
index cce9dc9deb9023f98fe10f2b826c7a69e2e504af..5f9fe0b7a59505f864b075dc935d9e5ec5f965af 100644 (file)
@@ -39,9 +39,7 @@ class DXF(drawing.Drawing):
                        self._checkForNewPath(entityType, activeObject)
                f.close()
 
-               for path in self.paths:
-                       if not path.isClosed():
-                               path.checkClosed()
+               self._postProcessPaths()
 
        def _checkForNewPath(self, type, obj):
                if type == 'LINE':