Bug 12027 - <feImage> does not support SVG fragment urls
Summary: <feImage> does not support SVG fragment urls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/Graphics/SVG/Test/2...
Keywords:
Depends on: 31905
Blocks: 68469 26389
  Show dependency treegraph
 
Reported: 2006-12-29 01:10 PST by Eric Seidel (no email)
Modified: 2014-05-12 05:54 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 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.
Comment 2 Dirk Schulze 2010-01-06 14:13:57 PST
Fix landed in r52865. closing the bug now.