inkstitch/lib/stitches
Kaalleen 8d5ef5b663
Fixes (#1703)
* guide line position

* use direction from line to shape

* optimize intersection detection

* fix flapack elf

* handle weird guide lines better

* update starting point for self crossing (multiple) fills

* ripple: fixes and non circular join style

* avoid jumps in ripple stitch

* fallback only necessary if shape does not intersect grating

* make valid may return a polygon

* add profiling

* Stitch.__init__ didn't work right and was super slow

* shrink or grow to multipolygon

Co-authored-by: Lex Neva
2022-06-30 19:22:33 +02:00
..
utils Auto route for running stitch (#1638) 2022-05-18 16:02:07 +02:00
__init__.py Add ripple stitch feature (#1667) 2022-05-24 19:40:30 +02:00
auto_fill.py Fixes (#1703) 2022-06-30 19:22:33 +02:00
auto_run.py autorun: keep attribs of original elements (#1682) 2022-06-10 16:31:11 +02:00
auto_satin.py Satin center walk underlay repeats (#1671) 2022-06-10 16:23:44 +02:00
contour_fill.py add running stitch tolerance param (#1701) 2022-06-22 15:26:37 +02:00
fill.py Fixes (#1703) 2022-06-30 19:22:33 +02:00
guided_fill.py Fixes (#1703) 2022-06-30 19:22:33 +02:00
ripple_stitch.py Fixes (#1703) 2022-06-30 19:22:33 +02:00
running_stitch.py add running stitch tolerance param (#1701) 2022-06-22 15:26:37 +02:00