EmbroidePy / pyembroidery

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

Transcode (object, object) malforms. #8

Closed tatarize closed 5 years ago

tatarize commented 5 years ago

The use of transcode(my_emb, my_emb) seems pretty straightforward but causes an infinite loop as it fails. Needs to offload the data, clear it and copy it back into the class when "source is destination".