kopia lustrzana https://github.com/inkstitch/inkstitch
19 wiersze
938 B
Plaintext
19 wiersze
938 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||
|
<_name>TXT file output</_name>
|
||
|
<id>org.inkstitch.output.txt</id>
|
||
|
<dependency type="executable" location="extensions">inkstitch.py</dependency>
|
||
|
<dependency type="executable" location="extensions">inkex.py</dependency>
|
||
|
<output>
|
||
|
<extension>.txt</extension>
|
||
|
<mimetype>application/x-embroidery-txt</mimetype>
|
||
|
<_filetypename>Ink/Stitch: Text File (.txt)</_filetypename>
|
||
|
<_filetypetooltip>Save design in TXT format using Ink/Stitch</_filetypetooltip>
|
||
|
<dataloss>true</dataloss>
|
||
|
</output>
|
||
|
<param name="extension" type="string" gui-hidden="true">output</param>
|
||
|
<param name="format" type="string" gui-hidden="true">txt</param>
|
||
|
<script>
|
||
|
<command reldir="extensions" interpreter="python">inkstitch.py</command>
|
||
|
</script>
|
||
|
</inkscape-extension>
|