summaryrefslogtreecommitdiff
path: root/templates/duplicate_params.xml
blob: c4aa9b397f9a0782d02ae98d1e764d03f68d8974 (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>Duplicate Params</name>
    <id>org.{{ id_inkstitch }}.duplicate_params</id>
    <param name="extension" type="string" gui-hidden="true">duplicate_params</param>
    <effect>
        <object-type>all</object-type>
        <icon>{{ icon_path }}inx/duplicate_params.svg</icon>
        <menu-tip>Applies params from first selected element to the rest of the selection</menu-tip>
        <effects-menu>
        <submenu name="{{ menu_inkstitch }}" translatable="no">
            <submenu name="Edit" />
        </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>