inkstitch/lib/elements
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
..
__init__.py
clone.py rebase corrections 2022-05-04 20:04:39 +02:00
element.py Guided ripple stitch (#1675) 2022-06-10 16:25:30 +02:00
empty_d_object.py empty_d shape property (#1666) 2022-05-20 19:06:40 +02:00
fill_stitch.py Fixes (#1703) 2022-06-30 19:22:33 +02:00
image.py
marker.py Auto route for running stitch (#1638) 2022-05-18 16:02:07 +02:00
polyline.py Use path instead of points for polyline elements (#1661) 2022-05-20 17:26:11 +02:00
satin_column.py Add short stitch feature to satin column (#1695) 2022-06-24 07:25:22 +02:00
stroke.py Fixes (#1703) 2022-06-30 19:22:33 +02:00
text.py
utils.py Auto route for running stitch (#1638) 2022-05-18 16:02:07 +02:00
validation.py