[Webkit-unassigned] [Bug 230621] MediaStream canvas.captureStream() fails for Canvas Context2D

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 15:57:15 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=230621

Said Abou-Hallawa <sabouhallawa at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sabouhallawa at apple.com

--- Comment #12 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
Replacing this line in the test case: 

    ctx.clearRect(0, 0, 320, 240)


With

    ctx.fillStyle = 'green';
    ctx.fillRect(0, 0, 320, 240);
    ctx.fillStyle = 'white';

fixed the bug. So it seems video capturing has an issue with transparent pixels. They are displayed always black.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220512/4400d9f2/attachment.htm>


More information about the webkit-unassigned mailing list