inkstitch/templates/embroider.xml

19 wiersze
989 B
XML

<?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>