Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently
Hi
I have created a diagram with boxes that can be open on click on top, and so on. I have used only 2D pictures and drawings.
I get always this message: Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true.
I removed all my code and still the save message. so it is not in the code.
At the same time, I see in performance that the CPU usage is 100% all the time. It looks like is refreshing the pictures all the time.
Anyone knows why I get this and how to solve it?
Thank you
Ramón
