[Webkit-unassigned] [Bug 12027] New: <feImage> does not support SVG fragment urls
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 29 01:10:59 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=12027
Summary: <feImage> does not support SVG fragment urls
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/f
ull-filters-composite-02-b.html
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: macdome at opendarwin.org
<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.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list