WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-08-05 10:23:55 PDT
<
rdar://problem/133225882
>
Said Abou-Hallawa
Comment 2
2024-08-05 10:34:55 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/31725
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug