Copy link to clipboard
Copied
Hola, estoy haciendo un archivo html5 canvas y cuando pruebo la publicacion, en la consola del navegador me da el siguiente mensaje:
createjs.min.js:13 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
El tema es que en mi código jamas usé getImageData... ¿cual puede ser el problema ?
Copy link to clipboard
Copied
that's an easeljs warning. you can ignore it.