RESOLVED FIXED 12027
<feImage> does not support SVG fragment urls
https://bugs.webkit.org/show_bug.cgi?id=12027
Summary <feImage> does not support SVG fragment urls
Eric Seidel (no email)
Reported 2006-12-29 01:10:59 PST
<feImage> does not support SVG fragment urls This should be only a couple hours work. I'm surprised we didn't do it before. All that needs to be done is for some flag to be set on the FEImage rendering object, such that it knows to check element()->href() and look up the associated element and tell it to draw (similar to how masks work). Alternatively we could copy the href() string from the FEImageElement to the renderer instead of calling element()->href() either way works.
Attachments
Eric Seidel (no email)
Comment 1 2007-12-27 02:18:13 PST
Based on the ImageBuffer renderSubTree support, this should be totally possible. This is probably just a couple hours work at most.
Dirk Schulze
Comment 2 2010-01-06 14:13:57 PST
Fix landed in r52865. closing the bug now.
Note You need to log in before you can comment on or make changes to this bug.