Explorar o código

Issue #282 - Shapely keeps crashing with some valid geometries, further tests needed

Victor Benso %!s(int64=6) %!d(string=hai) anos
pai
achega
98370ada8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      camlib.py

+ 1 - 1
camlib.py

@@ -621,7 +621,7 @@ class Geometry(object):
 
         # flatten the self.solid_geometry list for import_svg() to import SVG as Gerber
         self.solid_geometry = list(self.flatten_list(self.solid_geometry))
-        self.solid_geometry = cascaded_union(self.solid_geometry)
+        #self.solid_geometry = cascaded_union(self.solid_geometry)
 
         geos_text = getsvgtext(svg_root, object_type, units=units)
         if geos_text is not None: