Open
Bug 2024163
Opened 15 days ago
Updated 14 days ago
Hairline pixel artifact using backdrop-filter
Categories
(Core :: Graphics, defect, P3)
Tracking
()
NEW
People
(Reporter: eyalgruss, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
10.74 KB,
image/png
|
Details |
Hairline pixel artifact using backdrop-filter with e.g. extreme saturation (see attached image). it disappears and comes back when i pinch zoom in/out. work fine in Chromium.
Minimal example: https://codepen.io/eyaler/pen/LERLNrz
<div>Hello</div>
body::after {
backdrop-filter: hue-rotate(165deg) saturate(20);
content: '';
inset: 0;
position: absolute;
width: 100%;
}
div {
background: lightblue;
height: 300px;
width: 100%;
font-size: 10em;
}
Comment 1•14 days ago
|
||
Doesn't reproduce for me on macOS, though I can sometimes get the background field to have a hairline gap by pinch zooming in and out repeatedly. May be platform-specific. We'll discuss in triage.
You need to log in
before you can comment on or make changes to this bug.
Description
•