RESOLVED FIXED 232842
[GPU Process] [Filters 20/23] Simplify the dynamic update of the SVG filter elements
https://bugs.webkit.org/show_bug.cgi?id=232842
Summary [GPU Process] [Filters 20/23] Simplify the dynamic update of the SVG filter e...
Said Abou-Hallawa
Reported 2021-11-08 13:17:15 PST
Since the FilterEffect does not own the result FilterImage or the geometry FilterBoundarySet, all the superclasses of SVGFilterPrimitiveStandardAttributes should have a singleton FilterEffect for all the renderers. Changing an attribute of these classes should be resulting in changing a member of the singleton FilterEffect. And of course we need to clear some of the the result FilterImages which are owned by the renderers.
Attachments
WIP (142.81 KB, patch)
2022-04-18 01:20 PDT, Said Abou-Hallawa
no flags
Patch (149.81 KB, patch)
2022-04-30 18:13 PDT, Said Abou-Hallawa
ews-feeder: commit-queue-
Radar WebKit Bug Importer
Comment 1 2021-11-15 13:20:36 PST
Said Abou-Hallawa
Comment 2 2022-04-18 01:20:03 PDT
Said Abou-Hallawa
Comment 3 2022-04-30 18:13:24 PDT
Said Abou-Hallawa
Comment 4 2022-06-10 02:45:51 PDT
EWS
Comment 5 2022-06-13 12:53:19 PDT
Committed r295498 (251503@main): <https://commits.webkit.org/251503@main> Reviewed commits have been landed. Closing PR #1441 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.