summaryrefslogtreecommitdiff
path: root/tests/test_output.py
AgeCommit message (Collapse)Author
2025-07-10fix(test): fix output tests being fluky (#3859)Martin Fischer
Fixes #3855.
2025-07-01fix style (#3838)Kaalleen
2025-06-23fix: set trims=True for pyembroidery.write (#3821)Martin Fischer
While the trims default was changed in pyembroidery back in 2019 with c4242f0f940c86766c0c27f65b5a09641b0af4bd that change only made it into the used Ink/Stitch fork of pyembroidery in 2022 with 28534cf1a8d692687d9f40c3be622e0945b5a2ee. So trims have been broken in Ink/Stitch since v2.2.0. Fixes #2813.