Image Drawn On Canvas Not Displayed In Google Chrome
The following code with the 3 canvases works flawlessly with the latest IE and Mozilla FireFox. The third canvas (#drawingSurface3) fails on Google Chrome without any errors in the
I started fooling around in chrome://flags/
Disabling accelerated 2D canvas fixed the issue:
Option:
Disable accelerated 2D canvas Mac, Windows, Linux, Chrome OS Disables the use of the GPU to perform 2d canvas rendering and instead uses software rendering.
Post a Comment for "Image Drawn On Canvas Not Displayed In Google Chrome"