summaryrefslogtreecommitdiff
path: root/templates/break_apart.xml
blob: b084fd8fe0acc3b12b09a039fa45c39c6210406b (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 translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Break Apart Fill Objects</name>
    <id>org.inkstitch.break_apart</id>
    <param name="extension" type="string" gui-hidden="true">break_apart</param>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch" translatable="no">
                <submenu name="Tools: Fill" />
            </submenu>
        </effects-menu>
    </effect>
    <label>
        This extension will try to repair fill shapes and break them apart if necessary. Holes will be retained. Use on simple or overlapping shapes.
    </label>
    <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>