diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/convert_to_stroke.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml new file mode 100644 index 00000000..620258ba --- /dev/null +++ b/templates/convert_to_stroke.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>{% trans %}Convert Satin to Stroke{% endtrans %}</name> + <id>org.inkstitch.convert_to_stroke.{{ locale }}</id> + <param name="extension" type="string" gui-hidden="true">convert_to_stroke</param> + <param name="description" type="description">{% trans %}Converts a satin column into a running stitch.{% endtrans %}</param> + <param name="keep_satin" type="boolean" _gui-text="Keep satin column" + _gui-description="{% trans %}Do not delete original satin column.{% endtrans %}">false</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu name="Ink/Stitch"> + <submenu name="{% trans %}Satin Tools{% endtrans %}" /> + </submenu> + </effects-menu> + </effect> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
