diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-07-10 19:48:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-10 19:48:40 -0400 |
| commit | b23f7358748f928e8b66d0e698677b489bee8405 (patch) | |
| tree | acb29d66cf710a5bade50ef787bc040b2c22074b /inx | |
| parent | 7a4b4b7e6c8e1746f724392bb74577adda64fe7b (diff) | |
| parent | c871193c94ed693f50071674656030a6c4c562ef (diff) | |
Merge pull request #219 from inkstitch/lexelby-flip-satin
add extension to swap satin column rails
Diffstat (limited to '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> |
