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
I'm getting the following in Chrome 129 console when using the Canvas 2D backend in the demo:
Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently
attribute set to true.
See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently
Should we use const ctx = canvas.getContext('2d', { willReadFrequently: true })here?
The text was updated successfully, but these errors were encountered:
I'm getting the following in Chrome 129 console when using the Canvas 2D backend in the demo:
Should we use
const ctx = canvas.getContext('2d', { willReadFrequently: true })
here?The text was updated successfully, but these errors were encountered: