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
__init__.py
auto_fill.py Fixes (#1703) 2022-06-30 19:22:33 +02:00
auto_run.py
auto_satin.py
contour_fill.py
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