Open Bug 2024163 Opened 15 days ago Updated 14 days ago

Hairline pixel artifact using backdrop-filter

Categories

(Core :: Graphics, defect, P3)

Firefox 148
x86_64
Windows 10
defect

Tracking

()

People

(Reporter: eyalgruss, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached image image.png

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;
}

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.

Blocks: gfx-triage
Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: