NEW 277638
Filters should be applied to detached and non document based canvases
https://bugs.webkit.org/show_bug.cgi?id=277638
Summary Filters should be applied to detached and non document based canvases
Said Abou-Hallawa
Reported 2024-08-05 10:23:21 PDT
This work is towards fixing bug 275436. Canvas may be offscreen or may be detached element. This means there is no RenderElement, Document or RenderStyle associated with this canvas. These objects may be needed when parsing the filterString to resolve the color or the filter URL. Parsing the filterString should not assume the canvas is attached to a document. Nor should it assume it is renderable.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-05 10:23:55 PDT
Said Abou-Hallawa
Comment 2 2024-08-05 10:34:55 PDT
Note You need to log in before you can comment on or make changes to this bug.