summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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>