2016-01-20 08:04:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-26 09:42:17 +00:00
|
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
|
|
<name>Params</name>
|
2024-02-07 20:23:05 +00:00
|
|
|
<id>org.{{ id_inkstitch }}.params</id>
|
2018-04-29 01:03:52 +00:00
|
|
|
<param name="extension" type="string" gui-hidden="true">params</param>
|
2023-05-01 09:53:31 +00:00
|
|
|
<effect>
|
2016-01-20 08:04:32 +00:00
|
|
|
<object-type>all</object-type>
|
2024-11-18 10:39:57 +00:00
|
|
|
<icon>{{ icon_path }}inx/preferences.svg</icon>
|
|
|
|
<menu-tip>Adapt embroidery settings</menu-tip>
|
2016-01-20 08:04:32 +00:00
|
|
|
<effects-menu>
|
2024-02-07 20:23:05 +00:00
|
|
|
<submenu name="{{ menu_inkstitch }}" translatable="no" />
|
2016-01-20 08:04:32 +00:00
|
|
|
</effects-menu>
|
|
|
|
</effect>
|
|
|
|
<script>
|
2020-03-07 03:39:25 +00:00
|
|
|
{{ command_tag | safe }}
|
2016-01-20 08:04:32 +00:00
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|