summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-07-04 11:45:06 +0200
committerGitHub <noreply@github.com>2021-07-04 11:45:06 +0200
commit5ea98e5e89405645f6e36125056a131c923b0324 (patch)
tree60e78402512260a2bbac9ae019cdf5695462336d /templates
parent9275cac412af9c98169bf1547699120c38d6f50b (diff)
convert satin to stroke (#1265)
Diffstat (limited to 'templates')
-rw-r--r--templates/convert_to_stroke.xml20
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>