summaryrefslogtreecommitdiff
path: root/inx/inkstitch_input_CSV.inx
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-05-19 14:41:50 -0400
committerGitHub <noreply@github.com>2018-05-19 14:41:50 -0400
commit9dadd836e2f09b0216f7b40c782e2b55bcc90dee (patch)
tree128b6f13ea682a8e5a033370ab2e13388801f100 /inx/inkstitch_input_CSV.inx
parentba7288d8fcd62678bd17d8fab01d0d488d9e21e8 (diff)
parent6fe417cd64090f028c0d07b799620eb94637bf33 (diff)
Merge pull request #163 from lexelby/lexelby-single-extension
single code entry point
Diffstat (limited to 'inx/inkstitch_input_CSV.inx')
-rw-r--r--inx/inkstitch_input_CSV.inx17
1 files changed, 17 insertions, 0 deletions
diff --git a/inx/inkstitch_input_CSV.inx b/inx/inkstitch_input_CSV.inx
new file mode 100644
index 00000000..0c3e2096
--- /dev/null
+++ b/inx/inkstitch_input_CSV.inx
@@ -0,0 +1,17 @@
+<?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">inkstitch.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>
+ <param name="extension" type="string" gui-hidden="true">input</param>
+ <script>
+ <command reldir="extensions" interpreter="python">inkstitch.py</command>
+ </script>
+</inkscape-extension>