summaryrefslogtreecommitdiff
path: root/templates/stitch_plan_preview.xml
blob: c78089ee07014dfea15fa0d012df0705696c082b (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
25
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Stitch Plan Preview</name>
    <id>org.inkstitch.stitch_plan_preview</id>
    <param name="extension" type="string" gui-hidden="true">stitch_plan_preview</param>
    <effect>
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch" translatable="no">
                <submenu name="Visualise and Export" />
            </submenu>
        </effects-menu>
    </effect>
    <param name="move-to-side" type="boolean" gui-text="Move stitch plan beside the canvas">true</param>
    <param name="layer-visibility" type="optiongroup" appearance="combo" gui-text="Design layer visibility">
        <option value="0">Unchanged</option>
        <option value="1">Hidden</option>
        <option value="2">Lower opacity</option>
    </param>
    <param name="needle-points" type="boolean" gui-text="Needle points">false</param>
    <spacer />
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>