summaryrefslogtreecommitdiff
path: root/inx/inkstitch_input_GT.inx
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-07-25 21:21:24 -0400
committerGitHub <noreply@github.com>2018-07-25 21:21:24 -0400
commitf1478556565f2e23150c86b17e6e170edc217d23 (patch)
tree4e652bde1122f44f360e140b696cb0eb81a7e9e1 /inx/inkstitch_input_GT.inx
parent82c06cceda54d559e78792e5284f3520908142ed (diff)
parent1bd7aa110a1b30a6c44f4d792b3c817e10234c07 (diff)
Merge pull request #234 from inkstitch/lexelby-integrate-pyembroidery
switch from libembroidery to pyembroidery
Diffstat (limited to 'inx/inkstitch_input_GT.inx')
-rw-r--r--inx/inkstitch_input_GT.inx17
1 files changed, 0 insertions, 17 deletions
diff --git a/inx/inkstitch_input_GT.inx b/inx/inkstitch_input_GT.inx
deleted file mode 100644
index 20a9fda0..00000000
--- a/inx/inkstitch_input_GT.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>GT file input</_name>
- <id>org.inkstitch.input.gt</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.gt</extension>
- <mimetype>application/x-embroidery-gt</mimetype>
- <_filetypename>Ink/Stitch: Gold Thread Embroidery Format (.gt)</_filetypename>
- <_filetypetooltip>convert GT 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>