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
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
So adding it may optimize the canvas for some browsers.
The text was updated successfully, but these errors were encountered:
Chrome provides this warning:
So adding it may optimize the canvas for some browsers.
The text was updated successfully, but these errors were encountered: