[Webkit-unassigned] [Bug 275565] CSS opacity percentage being rendered incorrectly vs FF/Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 17 13:20:14 PDT 2024


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

--- Comment #3 from tableau.scenes-0g at icloud.com ---
I agree that the different rendered weights make it a little tougher to see the cause here. However, my second attachment shows the discrepancy clearly when rendered on WebKit. Also, if you look at the hex values of the 10% and 20% in `rgba` vs `opacity` approaches, you can see that the problem is solely with the opacity:

%     rgba       opacity
10%   A6 (166)   E5 (229)  [255*.9 = 229.5]
20%   68 (104)   CC (204)  [255*.8 = 204]

-- 
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/20240617/7473dd03/attachment.htm>


More information about the webkit-unassigned mailing list