From 23dcbd58bc8f26a71b0483ed907c0052ca348899 Mon Sep 17 00:00:00 2001
From: Kaalleen <36401965+kaalleen@users.noreply.github.com>
Date: Tue, 25 Mar 2025 06:14:23 +0000
Subject: rename convert to extensions (#3605)
---
templates/convert_to_satin.xml | 18 ------------------
templates/convert_to_stroke.xml | 33 ---------------------------------
templates/satin_to_stroke.xml | 33 +++++++++++++++++++++++++++++++++
templates/stroke_to_satin.xml | 18 ++++++++++++++++++
4 files changed, 51 insertions(+), 51 deletions(-)
delete mode 100644 templates/convert_to_satin.xml
delete mode 100644 templates/convert_to_stroke.xml
create mode 100644 templates/satin_to_stroke.xml
create mode 100644 templates/stroke_to_satin.xml
(limited to 'templates')
diff --git a/templates/convert_to_satin.xml b/templates/convert_to_satin.xml
deleted file mode 100644
index 4d02dd1a..00000000
--- a/templates/convert_to_satin.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
- Convert Line to Satin
- org.{{ id_inkstitch }}.convert_to_satin
- convert_to_satin
-
- all
- {{ icon_path }}inx/to_satin.svg
-
-
-
-
-
-
-
-
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml
deleted file mode 100644
index 13761136..00000000
--- a/templates/convert_to_stroke.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
- Convert Satin to Stroke
- org.{{ id_inkstitch }}.convert_to_stroke
- convert_to_stroke
-
-
-
- false
-
-
-
-
-
-
-
-
-
-
- all
- {{ icon_path }}inx/satin_to_stroke.svg
-
-
-
-
-
-
-
-
-
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 @@
+
+
+ Satin to Stroke
+ org.{{ id_inkstitch }}.satin_to_stroke
+ satin_to_stroke
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+ all
+ {{ icon_path }}inx/satin_to_stroke.svg
+
+
+
+
+
+
+
+
+
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 @@
+
+
+ Stroke to Satin
+ org.{{ id_inkstitch }}.stroke_to_satin
+ stroke_to_satin
+
+ all
+ {{ icon_path }}inx/to_satin.svg
+
+
+
+
+
+
+
+
--
cgit v1.2.3