diff options
| author | Stefan Siegl <stesie@brokenpipe.de> | 2014-12-26 23:15:48 +0100 |
|---|---|---|
| committer | Stefan Siegl <stesie@brokenpipe.de> | 2014-12-26 23:15:48 +0100 |
| commit | 47449d22cb9ef299d6cd9d8661e4d1f5fcb09f2a (patch) | |
| tree | 83fd36e50eb8af74e9572dc943f8a6aaa1c562cc /embroider.inx | |
Initial import of upstream code
Embroidery output extension for Inkscape;
downloaded from http://www.jonh.net/~jonh/inkscape-embroidery/
on 2014-12-26 19:38 CET
Copyright 2010 by Jon Howell, licensed under GPLv3.
Diffstat (limited to 'embroider.inx')
| -rw-r--r-- | embroider.inx | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/embroider.inx b/embroider.inx new file mode 100644 index 00000000..25ea423d --- /dev/null +++ b/embroider.inx @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>Embroider</_name> + <id>jonh.embroider</id> + <dependency type="executable" location="extensions">embroider.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="row_spacing_mm" type="float" min="0.01" max="5.00" _gui-text="Row spacing (mm)">0.40</param> + <param name="max_stitch_len_mm" type="float" min="0.1" max="10.0" _gui-text="Maximum stitch length (mm)">3.0</param> + <param name="preserve_order" type="boolean" _gui-text="Preserve stacking order" description="if false, sorts by color, which saves thread changes. True preserves stacking order, important if you're laying colors over each other.">false</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Render"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">embroider.py</command> + </script> +</inkscape-extension> |
