Bug 201992

Summary: Chained filters do not work
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ahmad.saleem792, zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 200143    
Attachments:
Description Flags
svg-filter-href none

Said Abou-Hallawa
Reported 2019-09-19 10:32:29 PDT
Created attachment 379146 [details] svg-filter-href Open the attached test case. Result: One green rectangle. Expected: Two green rectangles. The first rectangle is a <rect> element with a filter whose id is "filter". This filter is drawn correctly. The second rectangle is a <rect> element also but with a chained filter. The chained filter is defined as "<filter id="chained" href="#filter"/>". This chained filter does not work as expected.
Attachments
svg-filter-href (373 bytes, image/svg+xml)
2019-09-19 10:32 PDT, Said Abou-Hallawa
no flags
Ahmad Saleem
Comment 1 2023-01-23 09:14:00 PST
Just to update - Safari 16.2, STP161 and Chrome Canary 111 all show just one green rectangle while only Firefox Nightly 111 show 'two' green rectangle. Thanks!
Note You need to log in before you can comment on or make changes to this bug.