2D canvas opacity
The optional alpha
parameter of a 2D canvas’s getContext()
method sets whether the canvas has an alpha transparency channel. If set to false
, then this permits the browser to optimize compositing for an opaque canvas.
Android WebView
Android
4.4.3