Ink/Stitch: An open source machine embroidery design platform based on Inkscape
 
 
 
 
 
 
Go to file
Lex Neva 53598b3508 multiple-stagger stitches in fills
Instead of staggering stitches like this:

--*--*--*-
*--*--*--*

stagger like this:

---*-----------*-----------
------*-----------*--------
---------*-----------*-----
------------*-----------*--
---*-----------*-----------

This ends up looking much prettier on the fabric.  The number of staggers
is configurable; a value of 2 would behave like the previous commit.
2016-02-23 22:23:10 -05:00
images Initial import of upstream code 2014-12-26 23:15:48 +01:00
.gitignore ignore .pyc files 2014-12-29 13:55:42 +01:00
PyEmb.py add END stitch 2016-02-13 22:13:47 -05:00
embroider.inx add 'Embroider Params' extension to set XML attributes on svg nodes 2016-01-20 03:04:32 -05:00
embroider.py multiple-stagger stitches in fills 2016-02-23 22:23:10 -05:00
embroider_params.inx get rid of randomness in fills 2016-02-18 21:43:16 -05:00
embroider_params.py get rid of randomness in fills 2016-02-18 21:43:16 -05:00
index.html Initial import of upstream code 2014-12-26 23:15:48 +01:00
makefile Initial import of upstream code 2014-12-26 23:15:48 +01:00