summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-05-01 06:59:46 +0200
committerGitHub <noreply@github.com>2024-05-01 06:59:46 +0200
commit0c825d21631d467104cb65c61e15c39c46481e9e (patch)
treedea60b14cdac3120df66639bf14e74fed7950170 /templates
parentb218aac86c016fac973fbdfe0e3c351062232e7b (diff)
Add multicolor satin extension (#2863)
Diffstat (limited to 'templates')
-rw-r--r--templates/satin_multicolor.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/satin_multicolor.xml b/templates/satin_multicolor.xml
new file mode 100644
index 00000000..bfe33bb5
--- /dev/null
+++ b/templates/satin_multicolor.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Multicolor Satin</name>
+ <id>org.{{ id_inkstitch }}.satin_multicolor</id>
+ <param name="extension" type="string" gui-hidden="true">satin_multicolor</param>
+ <effect needs-live-preview="false">
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="{{ menu_inkstitch }}" translatable="no">
+ <submenu name="Tools: Satin" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>