[Webkit-unassigned] [Bug 5971] svg content doesn't work in <image> <img> or <feImage> tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 27 22:02:12 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=5971


macdome at opendarwin.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10720|0                           |1
        is obsolete|                            |




------- Comment #11 from macdome at opendarwin.org  2006-12-27 22:02 PDT -------
Created an attachment (id=12075)
 --> (http://bugs.webkit.org/attachment.cgi?id=12075&action=view)
Another functional SVGImage patch

Woh.  This one has some serious hacks in it.  No, we could never land this. 
But, it does demonstrate some architectural issues that will need to be
considered if we're ever going to get SVGImage to work for real.  SVGImage
needs to be passed a Page object.  SVGImages are created from a CachedImage,
which although it is passed a docLoader in its constructor, does not hold onto
that pointer, and thus has no way to tell SVGImage what the current page is. 
I'm not even sure if we would want SVGImages to use the current page.  Using
their own custom page object (like this patch does) is really really really
ugly, and likely won't work long-term.

At least hyatt and othermaciej should take a peak at this patch.


-- 
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