Fixes SVG parser to produce polygons. Fixes #212.

This commit is contained in:
Juan Pablo Caram
2016-09-21 13:01:51 -04:00
parent 03c49f3afd
commit dbe0105f9b
3 changed files with 28 additions and 15 deletions

View File

@@ -1276,11 +1276,11 @@ class FlatCAMGeometry(FlatCAMObj, Geometry):
:param inside_pt: [x, y]
:param tooldia: Diameter of the painting tool
:param overlap: Overlap of the tool between passes.
:param outname: Name of the resulting Geometry Object.
:return: None
"""
# Which polygon.
#poly = find_polygon(self.solid_geometry, inside_pt)
poly = self.find_polygon(inside_pt)
# No polygon?