summaryrefslogtreecommitdiff
path: root/templates/commands_scale_symbols.xml
blob: 98d17003259843e955e0d9435fa013ab9a8b4e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Scale Command Symbols</name>
    <id>org.inkstitch.commands_scale_symbols</id>
    <param name="extension" type="string" gui-hidden="true">commands_scale_symbols</param>
    <param name="size" type="float" precision="1" min="0" max="2" gui-text="Size" appearance="full">1.0</param>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch" translatable="no">
                <submenu name="Commands">
                    <submenu name="View" />
                </submenu>
            </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>