Make large parts separate paths

This commit is contained in:
Florian Festi 2013-12-15 20:41:18 +01:00
parent 14c6ca1a31
commit ecb2dd9751
1 changed files with 3 additions and 0 deletions

View File

@ -870,6 +870,7 @@ class Boxes:
self.hexHolesPlate(x-2*holesMargin, y-2*holesMargin, r,
settings=holesSettings)
self.ctx.restore()
self.ctx.stroke()
self.move(overallwidth, overallheight, move)
def surroundingWall(self, x, y, r, h,
@ -933,6 +934,7 @@ class Boxes:
self.corner(90)
self.ctx.restore()
self.ctx.stroke()
self.move(overallwidth, overallheight, move)
@ -969,6 +971,7 @@ class Boxes:
holesMargin+edges[0].width())
self.hexHolesRectangle(x-2*holesMargin, y-2*holesMargin)
self.ctx.restore()
self.ctx.stroke()
self.move(overallwidth, overallheight, move)