summaryrefslogtreecommitdiff
path: root/templates/stitch_plan_preview.xml
blob: 93ae16d1bb973dcf114fd1b016199c5439edefce (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>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">
                <submenu name="Visualise and Export" />
            </submenu>
        </effects-menu>
    </effect>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>