diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/zigzag_line_to_satin.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/templates/zigzag_line_to_satin.xml b/templates/zigzag_line_to_satin.xml new file mode 100644 index 00000000..b57baabb --- /dev/null +++ b/templates/zigzag_line_to_satin.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Zig-Zag Line to Satin</name> + <id>org.inkstitch.zigzag_line_to_satin</id> + <param name="extension" type="string" gui-hidden="true">zigzag_line_to_satin</param> + <param name="zigzag_to_satin" type="notebook"> + <page name="options" gui-text="Options"> + <label>Converts a zigzag line into a satin column.</label> + <param name="pattern" type="optiongroup" appearance="combo" gui-text="Line Pattern"> + <option value="square">Square</option> + <option value="sawtooth">Sawtooth</option> + <option value="zigzag">Zigzag</option> + </param> + <param name="smoothing" type="boolean" gui-text="Smoothing">true</param> + <param name="rungs" type="boolean" gui-text="Add rungs">true</param> + <param indent="1" name="reduce-rungs" type="boolean" gui-text="Reduce number of rungs">false</param> + </page> + <page name="info" gui-text="Help"> + <label appearance="header">This extension converts a zigzag line into a satin column.</label> + <spacer /> + <label appearance="header">Line Pattern</label> + <label>▻ Always start and end with a rung.</label> + <spacer /> + <label>Square: |_|▔|_|▔|</label> + <label>Sawtooth: |\|\|\|</label> + <label>Zigzag: |\/\/\/|</label> + <spacer /> + <label>Get more information on our website</label> + <label appearance="url">https://inkstitch.org/docs/satin-tools/#zigzag-line-to-satin</label> + </page> + </param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu name="Ink/Stitch" translatable="no"> + <submenu name="Tools: Satin" /> + </submenu> + </effects-menu> + </effect> + <script> + {{ command_tag | safe }} + </script> +</inkscape-extension> |
