Fix MagazineFile for e as top_edge

This commit is contained in:
Florian Festi 2022-05-27 22:57:50 +02:00
parent af8a30287e
commit b864cfcd56
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class MagazinFile(Boxes):
with self.saved_context():
self.rectangularWall(x, h, "Ff"+t2+"f", move="up")
self.rectangularWall(x, h, ["F", "f", t2, "f"], move="up")
self.rectangularWall(x, hi, "Ffef", move="up")
self.rectangularWall(x, y, "ffff")