summaryrefslogtreecommitdiff
path: root/templates/satin_to_stroke.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/satin_to_stroke.xml
parent333717c2e378aeb862609a7d4143083ca7824925 (diff)
rename convert to extensions (#3605)
Diffstat (limited to 'templates/satin_to_stroke.xml')
-rw-r--r--templates/satin_to_stroke.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/templates/satin_to_stroke.xml b/templates/satin_to_stroke.xml
new file mode 100644
index 00000000..d4ac314c
--- /dev/null
+++ b/templates/satin_to_stroke.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Satin to Stroke</name>
+ <id>org.{{ id_inkstitch }}.satin_to_stroke</id>
+ <param name="extension" type="string" gui-hidden="true">satin_to_stroke</param>
+
+ <param name="notebook" type="notebook">
+ <page name="options" gui-text="Options">
+ <param name="keep_satin" type="boolean" gui-text="Keep satin column"
+ gui-description="Do not delete original satin column.">false</param>
+ </page>
+ <page name="info" gui-text="Help">
+ <label>Converts a satin column into a running stitch.</label>
+ <spacer />
+ <label>More information on our website</label>
+ <label appearance="url">https://inkstitch.org/docs/stroke-tools/#convert-satin-to-stroke</label>
+ </page>
+ </param>
+
+ <effect>
+ <object-type>all</object-type>
+ <icon>{{ icon_path }}inx/satin_to_stroke.svg</icon>
+ <effects-menu>
+ <submenu name="{{ menu_inkstitch }}" translatable="no">
+ <submenu name="Tools: Stroke" />
+ </submenu>
+ </effects-menu>
+ </effect>
+
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>