diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-30 13:02:33 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-30 13:02:33 -0400 |
| commit | 3299b7450f847e9ecb0df9f8b8a5cd3da755a33b (patch) | |
| tree | 90d9c536908733e98dee3d8821a011483d5b62b1 /inx/inkstitch_flip.inx | |
| parent | 5a85cf4c3cec0c0d8e021fa807d4efc6a051b98d (diff) | |
add extension to swap satin column rails
Diffstat (limited to 'inx/inkstitch_flip.inx')
| -rw-r--r-- | inx/inkstitch_flip.inx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/inx/inkstitch_flip.inx b/inx/inkstitch_flip.inx new file mode 100644 index 00000000..f129b8d9 --- /dev/null +++ b/inx/inkstitch_flip.inx @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>Flip Satin Columns</_name> + <id>org.inkstitch.flip_satins</id> + <dependency type="executable" location="extensions">inkstitch.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="extension" type="string" gui-hidden="true">flip</param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Embroidery"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">inkstitch.py</command> + </script> +</inkscape-extension> |
