[Webkit-unassigned] [Bug 23113] Layer content inside HTML in SVG foreignObject renders in the wrong place

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 13:55:40 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=23113





--- Comment #15 from Florin Malita <fmalita at google.com>  2012-02-03 13:55:39 PST ---
Created an attachment (id=125408)
 --> (https://bugs.webkit.org/attachment.cgi?id=125408&action=review)
Another work-in-progress patch

I've updated Simon's patch and it works pretty well for the issue at hand (still a couple of rough edges to fix).

There's a major limitation with this approach though: the SVG paint context is lost with a separate layer - hence masks, filters, etc. on the FO's ancestor elements are not applied to embedded content.

I can't think of a way around this that doesn't involve some major RenderLayer surgery, so any ideas/comments are much appreciated.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list