blob: 9c38ec97343088db9e8cb0a5db073612543b8fe3 (
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 xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Simulate</_name>
<id>jonh.embroider.simulate</id>
<dependency type="executable" location="extensions">embroider_simulate.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="path" type="string" _gui-text="Directory where embroidery output is stored"></param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Embroidery"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">embroider_simulate.py</command>
</script>
</inkscape-extension>
|