0

We have a canvas app which is persisting a problem across page loads all the way until chrome quits, with no errors.

What can persist across page loads even after we clear cookies, and are not using localStorage?

Specifically, we are drawing one canvas onto another via a drawImage operation. Commenting this out stops the problem.

We can no longer even draw a line into a new canvas until we quit the browser. Does not happen on latest OSX Chrome, Safari, Firefox, Windows Firefox.

Any ideas are extremely appreciated!

4

1 回答 1

1

答案是当前windows chrome中由硬件加速引起的bug。

https://code.google.com/p/chromium/issues/detail?id=281738#makechanges

于 2013-09-10T09:55:56.180 回答