summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGeorge Steel <george.steel@gmail.com>2022-12-23 19:26:43 -0500
committerGeorge Steel <george.steel@gmail.com>2022-12-23 19:26:43 -0500
commit7d60b8e9d31ff8b0d98eba2bbc5ad9415c18170d (patch)
treedbdca3cc6ae29392c8a4be5cd1f91211aaf0d499 /templates
parent54b0a3d6bf77b4c7b23f299ae1600399b80092df (diff)
parentaaa9daa86ccd37fd9d8f8840ce9bd9dcc95b2c92 (diff)
Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/random-base-satin
Diffstat (limited to 'templates')
-rw-r--r--templates/convert_to_stroke.xml2
-rw-r--r--templates/jump_to_stroke.xml17
2 files changed, 18 insertions, 1 deletions
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml
index 11ffb900..f0af01a4 100644
--- a/templates/convert_to_stroke.xml
+++ b/templates/convert_to_stroke.xml
@@ -10,7 +10,7 @@
<object-type>all</object-type>
<effects-menu>
<submenu name="Ink/Stitch" translatable="no">
- <submenu name="Tools: Satin" />
+ <submenu name="Tools: Stroke" />
</submenu>
</effects-menu>
</effect>
diff --git a/templates/jump_to_stroke.xml b/templates/jump_to_stroke.xml
new file mode 100644
index 00000000..9c563cda
--- /dev/null
+++ b/templates/jump_to_stroke.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Jump Stitch to Stroke</name>
+ <id>org.inkstitch.jump_to_stroke</id>
+ <param name="extension" type="string" gui-hidden="true">jump_to_stroke</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch" translatable="no">
+ <submenu name="Tools: Stroke" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>