summaryrefslogtreecommitdiff
path: root/templates/stitch_plan_preview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/stitch_plan_preview.xml')
-rw-r--r--templates/stitch_plan_preview.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml
new file mode 100644
index 00000000..72ea7f04
--- /dev/null
+++ b/templates/stitch_plan_preview.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>{% trans %}Stitch Plan Preview{% endtrans %}</name>
+ <id>org.inkstitch.stitch_plan_preview.{{ locale }}</id>
+ <param name="extension" type="string" gui-hidden="true">stitch_plan_preview</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch">
+ <submenu name="{% trans %}Visualise and Export{% endtrans %}" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>