summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-05-01 12:03:44 +0200
committerGitHub <noreply@github.com>2023-05-01 12:03:44 +0200
commitac688331eb3c961281812cd824e3734796ac321d (patch)
tree1a018eed3baa590d99786990421dde29dd8d360a /templates
parent2542f124eb4e741687ebc7e0d69b27e2291310c6 (diff)
Add svg updater extension (#2252)
* add updater extension * update legacy underlay_fill_angle: comma to space
Diffstat (limited to 'templates')
-rw-r--r--templates/update_svg.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/update_svg.xml b/templates/update_svg.xml
new file mode 100644
index 00000000..4de56e03
--- /dev/null
+++ b/templates/update_svg.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Update inkstitch svg</name>
+ <id>org.inkstitch.update_svg</id>
+ <param name="extension" type="string" gui-hidden="true">update_svg</param>
+ <effect needs-live-preview="false">
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch" translatable="no">
+ <submenu name="Troubleshoot" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <label appearance="header">Usually there is no need to run this extension: Ink/Stitch automatically updates old designs once.</label>
+ <spacer />
+ <label>However, when you copy and paste parts from old files into a new design, you may see for example, that a former contour fill renders as a standard fill, etc.</label>
+ <spacer />
+ <label>Tipp: You can prevent inserting legacy designs into new files by running any Ink/Stitch extension before you copy the design parts (for example open and re-apply parameters on a single element in the document).</label>
+ <spacer />
+ <label appearance="header">This extension only updates selected elements.</label>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>