From 13cdb35954696a8f68a1569c04ff9a49bd9b504d Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 17 Dec 2016 11:37:11 +0100 Subject: [PATCH] Make RegularPolygonWall a path of its own --- boxes/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/boxes/__init__.py b/boxes/__init__.py index a509a34..d9f5516 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -660,6 +660,7 @@ class Boxes: edges[i](side) self.edgeCorner(edges[i], edges[i+1], 360.0/corners) + self.ctx.stroke() self.move(tw, th, move) def grip(self, length, depth):