I am working on a project that uses Canvas to render content. Testing with Chrome 37 on an Android tablet renders artifacts. Namely black blocks.
Disabling Canvas hardware acceleration using chrome: // flags causes the canvas to display correctly.
Is there a way to disable hardware acceleration of the canvas? Preferably via CSS or javascript?
source
share