summaryrefslogtreecommitdiff
path: root/templates/embroider.xml
blob: 578ac830ad398753f753c71472d126dfce421d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Embroider</name>
    <id>org.inkstitch.embroider</id>
    <param name="title" type="description" appearance="header">Create a stitch file</param>
    <param name="howto" type="description">Save your embroidery file through | File > Save a Copy ... |</param>
    <param name="howto_detail" type="description">Choose from listed embroidery file formats and save.</param>
    <spacer />
    <param name="info_zip" type="description">Multiple file formats can be saved by choosing the zip file format.</param>
    <effect needs-live-preview="false" needs-document="false">
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch" translatable="no">
                <submenu name="Visualise and Export" />
            </submenu>
        </effects-menu>
    </effect>
</inkscape-extension>