Skip to content

v0.2.27

Choose a tag to compare

@TIMER-err TIMER-err released this 17 Aug 03:26
· 25 commits to main since this release

What's Changed

  • fix(render): support independent per-corner radii on Rectangle by @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