You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function `computeTextWidth` uses a cache to store the width of
a text, but we would make canvas operations `ctx.save()/restore()`
even if the width is already in the cache.
For an animation on 350 cells, we went from spending 25ms in
`computeTextWidth` to 4ms.
Task: 4805149
0 commit comments