summaryrefslogtreecommitdiff
path: root/inx/embroider_input_CSV.inx
blob: c3f972d94e7b76ad84f4bde968036347ff0ce287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>CSV file input</_name>
    <id>org.inkstitch.input.csv</id>
    <dependency type="executable" location="extensions">embroider_input.py</dependency>
    <dependency type="executable" location="extensions">inkex.py</dependency>
    <input>
        <extension>.csv</extension>
        <mimetype>application/x-embroidery-csv</mimetype>
        <_filetypename>Ink/Stitch: Comma Separated Values Format (.csv)</_filetypename>
        <_filetypetooltip>convert CSV file to Ink/Stitch manual-stitch paths</_filetypetooltip>
    </input>
    <script>
        <command reldir="extensions" interpreter="python">embroider_input.py</command>
    </script>
</inkscape-extension>