2018-04-21 02:49:05 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
2018-08-20 19:49:19 +00:00
|
|
|
<name>{% trans %}Install add-ons for Inkscape{% endtrans %}</name>
|
2018-06-24 19:55:13 +00:00
|
|
|
<id>org.inkstitch.install</id>
|
2018-04-29 01:03:52 +00:00
|
|
|
<dependency type="executable" location="extensions">inkstitch.py</dependency>
|
2018-04-21 02:49:05 +00:00
|
|
|
<dependency type="executable" location="extensions">inkex.py</dependency>
|
2018-06-24 19:55:13 +00:00
|
|
|
<param name="extension" type="string" gui-hidden="true">install</param>
|
2018-04-21 02:49:05 +00:00
|
|
|
<effect>
|
|
|
|
<object-type>all</object-type>
|
|
|
|
<effects-menu>
|
2018-08-20 19:49:19 +00:00
|
|
|
<submenu name="Ink/Stitch"/>
|
2018-04-21 02:49:05 +00:00
|
|
|
</effects-menu>
|
|
|
|
</effect>
|
|
|
|
<script>
|
2018-04-29 01:03:52 +00:00
|
|
|
<command reldir="extensions" interpreter="python">inkstitch.py</command>
|
2018-04-21 02:49:05 +00:00
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|