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:
Florian Festi 2020-10-16 11:36:20 +02:00
parent dabab1880f
commit adc3ec5210
1 changed files with 1 additions and 0 deletions

View File

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