summaryrefslogtreecommitdiff
path: root/templates/jump_to_stroke.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-12-11 09:44:42 +0100
committerGitHub <noreply@github.com>2022-12-11 09:44:42 +0100
commitf74f427cae738246c75c37c991a2e762a5fcabe5 (patch)
tree8c3ed52de0ba0f1f5c26458fe923ea5e156ae601 /templates/jump_to_stroke.xml
parent815b3c60351b8e6572fcacba5d37d4bd6f1c6092 (diff)
Add jump to stroke extension (#1947)
Diffstat (limited to 'templates/jump_to_stroke.xml')
-rw-r--r--templates/jump_to_stroke.xml17
1 files changed, 17 insertions, 0 deletions
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>