Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6452c2456b24fa080bda5d37f6481dd8e4dbd5c0
https://github.com/WebKit/WebKit/commit/6452c2456b24fa080bda5d37f6481dd8e4dbd5c0
Author: Simon Fraser <[email protected]>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M
Source/WebCore/platform/graphics/coreimage/SourceGraphicCoreImageApplier.mm
Log Message:
-----------
[CI Filters] Fix filter inputs for CSS reference filters
https://bugs.webkit.org/show_bug.cgi?id=305445
rdar://168115994
Reviewed by Mike Wyrzykowski.
When SVG filters are referenced from CSS, there's a chain of two SourceGraphic
inputs,
so the SourceGraphicCoreImageApplier needs to handle a CI image coming from the
previous
one. The second one just acts as a pass-through for now (in future it may have
to adjust
geometry).
* Source/WebCore/platform/graphics/coreimage/SourceGraphicCoreImageApplier.mm:
(WebCore::SourceGraphicCoreImageApplier::apply const):
Canonical link: https://commits.webkit.org/305576@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications