diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-10-15 07:54:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-15 07:54:04 +0200 |
| commit | cea4f6fca893837934e3337d9e80be0495c37d82 (patch) | |
| tree | df2a2d3aa3b877ec19a589c2441998c55a2c0a81 /templates/outline.xml | |
| parent | 1ff677722844e311f64d10079ff96b725b00676e (diff) | |
add outline extension (#2529)
Diffstat (limited to 'templates/outline.xml')
| -rw-r--r-- | templates/outline.xml | 19 |
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> |
