summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2020-04-19 18:38:28 +0200
committerGitHub <noreply@github.com>2020-04-19 18:38:28 +0200
commit2f4ca0cf10d9aa09711034c683e148b309822b86 (patch)
tree858d7811f98dc63e20011eab96a3e1d781ce5594 /templates
parentd640c928d474602dfbe47a6e9a36619ee9a2330b (diff)
New Extension: Break Apart and Retain Holes (#653)
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>