Make RegularPolygonWall a path of its own

This commit is contained in:
Florian Festi 2016-12-17 11:37:11 +01:00
parent 0cbd713718
commit 13cdb35954
1 changed files with 1 additions and 0 deletions

View File

@ -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):