fixed bug with color layering issue
Some checks failed
CI / Lint and Test (pull_request) Successful in 44s
CI / Version Check (pull_request) Failing after 3s

This commit is contained in:
2026-03-31 12:18:53 +02:00
parent 69d0269270
commit 7c8ecda29a
11 changed files with 126 additions and 51 deletions

View File

@@ -7,4 +7,20 @@
<match type="string" offset="0" value="#PES"/>
</magic>
</mime-type>
<mime-type type="application/x-dst">
<comment>DST Tajima embroidery file</comment>
<glob pattern="*.dst"/>
</mime-type>
<mime-type type="application/x-exp">
<comment>EXP Melco embroidery file</comment>
<glob pattern="*.exp"/>
</mime-type>
<mime-type type="application/x-jef">
<comment>JEF Janome embroidery file</comment>
<glob pattern="*.jef"/>
</mime-type>
<mime-type type="application/x-vp3">
<comment>VP3 Pfaff embroidery file</comment>
<glob pattern="*.vp3"/>
</mime-type>
</mime-info>