summaryrefslogtreecommitdiff
path: root/templates/break_apart.xml
blob: 83333ad19ea205c0b54d9db3557b2695d193b0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>