Bug 281909
Summary: | [GTK][WPE][Skia] Fix assertion when drawing filters with a zero sourceImage in DisplayList mode | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 279618, 280677 |
Nikolas Zimmermann
applyFilteredImageBufferItem() contains a wrong assertion that a sourceImageIdentifier must always be present -- however there are legitimate use-cases in SVG when a sourceImage is a nullptr - handle that.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/35576
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/34502
EWS
Committed 285619@main (21ef355cc671): <https://commits.webkit.org/285619@main>
Reviewed commits have been landed. Closing PR #35576 and removing active labels.