[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
Thu Feb 16 07:52:34 PST 2012


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





--- Comment #19 from Florin Malita <fmalita at google.com>  2012-02-16 07:52:31 PST ---
(In reply to comment #18)
> Exactly! I had fO + layers working until this point :-) This is the really problematic thing. Any SVG renderer would need to check if it follows a <fO/> - if yes, it has to return true for requiresLayer - probably requires some plumbing in RenderSVGBlock, RenderSVGInline, RenderSVGModelObject (+ another base class I probably forgot).

My initial thought was to group the elements following a FO into a hidden container and only create one additional layer. But that can be probably implemented later as an optimization (if needed at all) - your idea seems much more straightforward.


> Are you planning to work on that?

Sure, I've been chipping at this issue long enough now that I might as well keep doing it :) Do you have a saved patch that you can share?

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