kopia lustrzana https://github.com/EmbroidePy/pyembroidery
Add missing 'extensions' key for ZHS
Add missing 'extensions' key for ZHS in supported_formats dictionarypull/135/head
rodzic
e13ec9e6df
commit
ce657b04b6
|
@ -1330,6 +1330,7 @@ class EmbPattern:
|
|||
yield ({
|
||||
"description": "Zeng Hsing Embroidery Format",
|
||||
"extension": "zhs",
|
||||
"extensions": ("zhs",),
|
||||
"mimetype": "application/x-zhs",
|
||||
"category": "embroidery",
|
||||
"reader": ZhsReader
|
||||
|
|
Ładowanie…
Reference in New Issue