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