summaryrefslogtreecommitdiff
path: root/templates/stroke_to_satin.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-03-25 06:14:23 +0000
committerGitHub <noreply@github.com>2025-03-25 07:14:23 +0100
commit23dcbd58bc8f26a71b0483ed907c0052ca348899 (patch)
treeb64dd0db745d8ded761bcd483faf134c8d7793b1 /templates/stroke_to_satin.xml
parent333717c2e378aeb862609a7d4143083ca7824925 (diff)
rename convert to extensions (#3605)
Diffstat (limited to 'templates/stroke_to_satin.xml')
-rw-r--r--templates/stroke_to_satin.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/stroke_to_satin.xml b/templates/stroke_to_satin.xml
new file mode 100644
index 00000000..07e270e1
--- /dev/null
+++ b/templates/stroke_to_satin.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Stroke to Satin</name>
+ <id>org.{{ id_inkstitch }}.stroke_to_satin</id>
+ <param name="extension" type="string" gui-hidden="true">stroke_to_satin</param>
+ <effect>
+ <object-type>all</object-type>
+ <icon>{{ icon_path }}inx/to_satin.svg</icon>
+ <effects-menu>
+ <submenu name="{{ menu_inkstitch }}" translatable="no">
+ <submenu name="Tools: Satin" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>