Programmatically disable hardware canvas acceleration in the browser

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?

+4
source share
1 answer

, , , . chrome://flags / - / - ().

ECMAScript CSS - , / . / - .

+1

All Articles