summaryrefslogtreecommitdiff
path: root/templates/selection_to_anchor_line.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/selection_to_anchor_line.xml')
-rw-r--r--templates/selection_to_anchor_line.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/selection_to_anchor_line.xml b/templates/selection_to_anchor_line.xml
new file mode 100644
index 00000000..7f174e35
--- /dev/null
+++ b/templates/selection_to_anchor_line.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Selection to anchor line</name>
+ <id>org.{{ id_inkstitch }}.selection_to_anchor_line</id>
+ <param name="extension" type="string" gui-hidden="true">selection_to_anchor_line</param>
+ <effect>
+ <object-type>all</object-type>
+ <icon>{{ icon_path }}inx/anchor_line.svg</icon>
+ <menu-tip>Marks selected elements as anchor lines</menu-tip>
+ <effects-menu>
+ <submenu name="{{ menu_inkstitch }}" translatable="no">
+ <submenu name="Edit" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>