canvas.getContext('bitmaprenderer', { alpha: false }) does not return correct results |
|
Issue descriptioncurrently in this layout tests: fast/canvas/imagebitmap/transferFromImageBitmap-no-alpha.html, its result seems to be the same as the expected.html, but it is not. In particular, if I draw the canvas into a new canvas and call getImageData, the expected.html gives (0, 127, 0, 255), but transferFromImageBitmap-no-alpha.html gives (0, 255, 0, 127).
,
Dec 6 2016
I meant "it does not force the the output bitmap's alpha to 1.0" |
|
►
Sign in to add a comment |
|
Comment 1 by junov@chromium.org
, Dec 6 2016