[Webkit-unassigned] [Bug 65344] Make external URL references work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 30 05:26:24 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=65344
Sérgio Gomes <sergio.gomes at automattic.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sergio.gomes at automattic.com
--- Comment #8 from Sérgio Gomes <sergio.gomes at automattic.com> ---
Hey folks!
Any news on this bug? Note that this is still present in current WebKit, in that if a document loads an external SVG file via SVG `<use>`, then any `url(#foo)` usage in that external SVG file fails, because it is apparently looking for `foo` in the importing document instead of the external SVG file.
To illustrate this, here is a small test page: https://sgomes.github.io/external-svg-with-filter/
It includes both a "correct usage" test, where both the filter and the element that makes use of it are defined inside the external SVG; as well as an "incorrect usage" test that matches WebKit's apparent expectation, where the filter is instead defined in the importing document.
Blink and Gecko pass the "correct usage" test by rendering the shadow, and pass the "incorrect usage" test by rendering an entirely white image.
Webkit fails the "correct usage" test by rendering an entirely white image, and fails the "incorrect usage example" by rendering the shadow.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230830/366d685c/attachment.htm>
More information about the webkit-unassigned
mailing list