v0.2.27
What's Changed
- fix(render): support independent per-corner radii on
Rectangleby @dwgx in #15 - perf(canvas): add a batched sine-wave path API that preserves the existing sampled geometry while avoiding hundreds of JavaScript-to-Java calls per frame
- perf(md3): move the wavy linear progress path generation onto the batched Canvas fast path, reducing Android allocation rate and GC pressure
- test(canvas): verify track, determinate-tip, and indeterminate-segment path commands bit-for-bit against the previous QML loops
Full Changelog: v0.2.26...v0.2.27