summaryrefslogtreecommitdiff
path: root/templates/break_apart.inx
diff options
context:
space:
mode:
Diffstat (limited to 'templates/break_apart.inx')
-rw-r--r--templates/break_apart.inx24
1 files changed, 0 insertions, 24 deletions
diff --git a/templates/break_apart.inx b/templates/break_apart.inx
deleted file mode 100644
index 83333ad1..00000000
--- a/templates/break_apart.inx
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{% trans %}Break Apart Fill Objects{% 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>
- <param name="description" type="description">
- {% trans %}This extension will try to repair fill shapes and break them apart if necessary. Holes will be retained. Use on simple or overlapping shapes.{% endtrans %}
- </param>
- <param name="method" type="optiongroup" _gui-text="Method">
- <option value="0">Simple</option>
- <option value="1">Complex</option>
- </param>
- <script>
- {{ command_tag | safe }}
- </script>
-</inkscape-extension>