inkstitch/templates/embroider.xml

19 wiersze
870 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.{{ id_inkstitch }}.embroider</id>
<label appearance="header">Create a stitch file</label>
<label>Save your embroidery file through | File > Save a Copy ... |</label>
<label>Choose from listed embroidery file formats and save.</label>
<spacer />
<label>Multiple file formats can be saved by choosing the zip file format.</label>
<effect needs-live-preview="false" needs-document="false">
<object-type>all</object-type>
<effects-menu>
<submenu name="{{ menu_inkstitch }}" translatable="no">
<submenu name="Visualize and Export" />
</submenu>
</effects-menu>
</effect>
</inkscape-extension>