SilverwareBox: Add missing stroke() command
This commit is contained in:
parent
2d64dcccdf
commit
cdc89e3cde
|
@ -80,6 +80,7 @@ class Silverware(Boxes):
|
|||
self.corner(90)
|
||||
self.edges["f"](h - 10)
|
||||
self.corner(90)
|
||||
self.ctx.stroke()
|
||||
|
||||
##################################################
|
||||
### main
|
||||
|
|
Loading…
Reference in New Issue