--- a/printrun-src/printrun/svg2gcode/shapes.py Fri Jun 03 10:06:09 2016 +0200 +++ b/printrun-src/printrun/svg2gcode/shapes.py Fri Jun 03 21:14:09 2016 +0200 @@ -141,10 +141,9 @@ points = points.split() for pa in points: self.points.append(pa) - if polycommon_el.get('fill'): - # Append first point to close shape - #self.points.append(points[0]) - print repr(self.points) + #if polycommon_el.get('fill'): + # # Append first point to close shape + # self.points.append(points[0]) else: logging.error("polycommon: Unable to get the attributes for %s", self.xml_node)