Bug 218962 - [WinCairo][GraphicsLayerTextureMapper] Support rounded rect clipping for backdrop-filter
Summary: [WinCairo][GraphicsLayerTextureMapper] Support rounded rect clipping for back...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on: 215445
Blocks:
  Show dependency treegraph
 
Reported: 2020-11-15 12:40 PST by Fujii Hironori
Modified: 2020-11-16 00:28 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.89 KB, patch)
2020-11-15 12:44 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2020-11-15 12:40:50 PST
[GraphicsLayerTextureMapper] Support rounded rect clipping for backdrop-filter

r269772 (215445) added rounded rect clipping for backdrop-filter for TextureMapper and CoordinatedGraphics.
Let's add the feature to GraphicsLayerTextureMapper.

There are tests:
css3/filters/backdrop/backdrop-filter-uneven-corner-radii.html
css3/filters/backdrop/backdrop-filter-with-border-radius-value-change.html
css3/filters/backdrop/backdrop-filter-with-border-radius
Comment 1 Fujii Hironori 2020-11-15 12:44:50 PST
Created attachment 414177 [details]
Patch
Comment 2 Fujii Hironori 2020-11-15 12:46:43 PST
(In reply to Fujii Hironori from comment #0)
> r269772 (215445) added rounded rect clipping for backdrop-filter for

Oops. It's not linked.
Bug 215445 – [GTK][WPE] CSS backdrop overlay corners are not rounded on results.webkit.org

This change also fixed the following bug for WinCairo port.

Bug 218785 – [TextureMapper] blur backdrop-filter makes its box-shadow blurry
Comment 3 EWS 2020-11-16 00:27:31 PST
Committed r269838: <https://trac.webkit.org/changeset/269838>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 414177 [details].
Comment 4 Radar WebKit Bug Importer 2020-11-16 00:28:19 PST
<rdar://problem/71430152>