Bug P2
Status Update
Comments
ss...@google.com <ss...@google.com> #2
Able to reproduce the issue on chrome version #135.0.7049.85 using Mac 15.3.1, Windows 11 and Linux Debian as per comment #1
Observed line is seen below the mask while resizing the window
Reproducible:
==========
Canary- 137.0.7123.0
Dev - 137.0.7117.2
Beta - 136.0.7103.25
Stable - 135.0.7049.85
As the issue is seen from M-125 older builds Considering this issue as a non regression and removing 'Unconfirmed' hotlist and also requesting someone from the respective team for further inputs.
Thanks.
Observed line is seen below the mask while resizing the window
Reproducible:
==========
Canary- 137.0.7123.0
Dev - 137.0.7117.2
Beta - 136.0.7103.25
Stable - 135.0.7049.85
As the issue is seen from M-125 older builds Considering this issue as a non regression and removing 'Unconfirmed' hotlist and also requesting someone from the respective team for further inputs.
Thanks.
fs...@opera.com <fs...@opera.com> #3
The gradient layer gets a small offset, which manifests itself as this subpixel gap.
Description
Steps to reproduce the problem
Problem Description
When using a mask-image with mask-composite: exclude in combination with a background color, Chrome (and Edge) renders a 1-pixel line below the masked area. The masked element should fully cover the content, but in Chrome, the background leaks through as a small visible gap. Other browsers (e.g., Firefox, Safari) render it correctly.
Summary
Masking with mask-image and mask-composite: exclude causes 1px gap at bottom in Chrome/Edge
Custom Questions
Which component does this fall under?
Blink>Paint
Does this work in other browsers?
Yes - This is just a Chrome problem
Additional Data
Category: API
Chrome Channel: Stable
Regression: No