summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <reni@allenka.de>2021-06-22 20:04:39 +0200
committerKaalleen <reni@allenka.de>2021-06-22 20:04:39 +0200
commit1adfa87a68be6bcc92d9521b97ab59dc022ab3be (patch)
tree9ed178a53243047e048ac9f20fcb052fe93f0d92 /templates
parentbf064b71697930da40c0f8d1ae4d7064303bdf8c (diff)
satin pattern and split stitch
Diffstat (limited to 'templates')
-rw-r--r--templates/apply_satin_pattern.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/apply_satin_pattern.xml b/templates/apply_satin_pattern.xml
new file mode 100644
index 00000000..e52fb1a4
--- /dev/null
+++ b/templates/apply_satin_pattern.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>{% trans %}Apply Satin Pattern{% endtrans %}</name>
+ <id>org.inkstitch.apply_satin_pattern.{{ locale }}</id>
+ <param name="extension" type="string" gui-hidden="true">apply_satin_pattern</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>