summaryrefslogtreecommitdiff
path: root/templates/element_info.xml
blob: 15faa27e6ca80190df0c1e10d6a11e51e8ba865b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Element Info</name>
    <id>org.{{ id_inkstitch }}.element_info</id>
    <param name="extension" type="string" gui-hidden="true">element_info</param>
    <effect implements-custom-gui="true" show-stderr="true">
        <object-type>all</object-type>
        <icon>{{ icon_path }}inx/element_info.svg</icon>
        <menu-tip>Display embroidery info for selected elements</menu-tip>
        <effects-menu>
            <submenu name="{{ menu_inkstitch }}" translatable="no">
                <submenu name="Troubleshoot" />
            </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>