[Webkit-unassigned] [Bug 81890] Merge SVGImageBufferTools to SVGRenderingContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 01:50:54 PDT 2012


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





--- Comment #5 from Nikolas Zimmermann <zimmermann at kde.org>  2012-03-23 01:50:54 PST ---
(In reply to comment #4)
> I'm not opposed to the change, but what is the reason for moving it?
Sorry for not including more context here, I discuss this since a while with Zoltan.
The goal is to change the current state-less design of SVGImageBufferTools/SVGRenderingSupport. As first step Zoltan extracted the prepareRenderSVGContent/finishREnderSVGContent from SVGRenderSupport into SVGRenderingContext, making it state-full (not a bunch of static functions, but a real class holding data). This simplifies the SVG subtree rendering code a lot.

SVGImageBufferTools suffers from the same problem. The intent is to merge it into SVGRenderingContext and make it state-full as well, removing the hacks currently needed for "currentContentTransformation" and fixing up the design in general.

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