v0.11.3
This release has an MSRV of 1.65.
Added
- Add
current_positionmethod toBezPath. (#462 by @sagudev) - Add
Fromconversions betweeneuclidandkurbotypes behind theeuclidfeature. (#463 by @sagudev) - Add Green's theorem moments. (#452 by @simoncozens)
- Make
Vec2::splatpublic. (#469 by @xorgy)
Changed
-
Let more methods take
Into<Point>instead ofPoint. (#466 by @sagudev)Note: this can impact type inference.
-
Inline the
Mul<PathEl>implementation forAffine. (#461 by @LaurenzV) -
Inline the
nextmethod of theToQuadsiterator. (#460 by @LaurenzV) -
Avoid calling
f64::hypot, as it calls a slow library function. (#448 by @beholdnec, #451 by @raphlinus)
Fixed
- Documentation of
RoundedRectno longer incorrectly specifies the corner radii are equal. (#447 by @tomcur) - Fixed negative dash offset by normalization. (#454 by @sagudev)
- Use exact endpoints for
PathSeg. (#465 by @jneem)
New Contributors
- @beholdnec made their first contribution in #448
- @sagudev made their first contribution in #454
Full Changelog: https://github.com/linebender/kurbo/compare/v0.11.2...v0.11.3