2018-04-06 23:55:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
2018-08-21 20:37:47 +00:00
|
|
|
<name>{{ format | upper }} file input</name>
|
2018-08-21 00:42:02 +00:00
|
|
|
<id>org.inkstitch.input.{{ format }}.{{ locale }}</id>
|
2018-04-29 02:29:49 +00:00
|
|
|
<dependency type="executable" location="extensions">inkstitch.py</dependency>
|
2018-04-06 23:55:53 +00:00
|
|
|
<dependency type="executable" location="extensions">inkex.py</dependency>
|
|
|
|
<input>
|
|
|
|
<extension>.{{ format }}</extension>
|
|
|
|
<mimetype>application/x-embroidery-{{ format }}</mimetype>
|
2018-08-20 19:49:19 +00:00
|
|
|
<_filetypename>Ink/Stitch: {{ _(description) }} (.{{ format }})</_filetypename>
|
|
|
|
<_filetypetooltip>{{ _("convert %(file_extension)s file to Ink/Stitch manual-stitch paths") % dict(file_extension=format.upper()) }}</_filetypetooltip>
|
2018-04-06 23:55:53 +00:00
|
|
|
</input>
|
2018-04-29 02:29:49 +00:00
|
|
|
<param name="extension" type="string" gui-hidden="true">input</param>
|
2018-04-06 23:55:53 +00:00
|
|
|
<script>
|
2018-04-29 02:29:49 +00:00
|
|
|
<command reldir="extensions" interpreter="python">inkstitch.py</command>
|
2018-04-06 23:55:53 +00:00
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|