mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
a1807a1b17
This patch converts sky.Paint to be a pure Dart object, which means we don't need to open a weak handle to sky.Paint. Avoiding the weak handle reduces the amount of weak handle callbacks we need to process at the end of GC and therefore reduces jank.