Summary: | TextureMapper: rendering issue of clip-path that is larger than the element | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> | ||||||
Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | NEW --- | ||||||||
Severity: | Normal | CC: | webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
> clip-path: inset(25px -25px -25px 25px);
Because this `inset` has negative offsets, the mask layer should be bigger than the element to clip it properly.
Mac port work as expected. I think it's using Shape mask layer.
Created attachment 463443 [details]
test case 2
|
Created attachment 460398 [details] test case rendering issue of clip-path and drop-shadow fiter