EmbroidePy / pyembroidery

pyembroidery library for reading and writing a variety of embroidery formats.
MIT License
181 stars 33 forks source link

DST Header Issue #151

Closed tatarize closed 1 year ago

tatarize commented 1 year ago

Though probably not fixable in a straight forward manner the header for DST is wrong. The abs() of the bounds is supposed to be +x, +y, -x -y. However, if your design does not actually include the origin, the bounds listed are wrong. The correct manner it to shift it to center.