summaryrefslogtreecommitdiff
path: root/templates/test_swatches.xml
blob: a0626a9e2be89ab8431283aa1461ed0182a0ac7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Generate Test Swatches from Selection</name>
    <id>org.{{ id_inkstitch }}.test_swatches</id>
    <param name="extension" type="string" gui-hidden="true">test_swatches</param>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="{{ menu_inkstitch }}" translatable="no">
                <submenu name="Edit" />
            </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>