Fix polygonWalls()
Not calling .stroke() now creates a error with the new backend. Thanks to Michel27290 (https://hackaday.io/hacker/1123712) for reporting!
This commit is contained in:
parent
dabab1880f
commit
adc3ec5210
|
@ -2230,6 +2230,7 @@ class Boxes:
|
|||
self.edgeCorner(top, left, 90)
|
||||
left(h)
|
||||
self.edgeCorner(left, bottom, 90)
|
||||
self.ctx.stroke()
|
||||
|
||||
self.moveTo(right.spacing() + self.spacing)
|
||||
part_cnt += 1
|
||||
|
|
Loading…
Reference in New Issue