diff options
Diffstat (limited to 'templates/jump_to_stroke.xml')
| -rw-r--r-- | templates/jump_to_stroke.xml | 17 |
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> |
