summaryrefslogtreecommitdiff
path: root/templates/outline.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-10-15 07:54:04 +0200
committerGitHub <noreply@github.com>2023-10-15 07:54:04 +0200
commitcea4f6fca893837934e3337d9e80be0495c37d82 (patch)
treedf2a2d3aa3b877ec19a589c2441998c55a2c0a81 /templates/outline.xml
parent1ff677722844e311f64d10079ff96b725b00676e (diff)
add outline extension (#2529)
Diffstat (limited to 'templates/outline.xml')
-rw-r--r--templates/outline.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/outline.xml b/templates/outline.xml
new file mode 100644
index 00000000..90b09e9d
--- /dev/null
+++ b/templates/outline.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Outline</name>
+ <id>org.inkstitch.outline</id>
+ <param name="extension" type="string" gui-hidden="true">outline</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch" translatable="no">
+ <submenu name="Tools: Stroke" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <param name="ratio" type="float" appearance="full" gui-text="Ratio" precision="2" min="0" max="1">0</param>
+ <param name="allow-holes" type="boolean" gui-text="Allow Holes">false</param>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>