linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
697 stars 67 forks source link

More fixes for strokes #326

Closed raphlinus closed 9 months ago

raphlinus commented 9 months ago

Fixes a couple of non-working cases: stroke of an empty path, and a tricky co-linear case where the numerical robustness of the quadratic solve becomes poor.