[Webkit-unassigned] [Bug 24584] Translucent text rendering on Chromium is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 13 12:50:58 PDT 2009


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





------- Comment #3 from senorblanco at chromium.org  2009-03-13 12:50 PDT -------
(In reply to comment #2)
> (From update of attachment 28591 [review])
> Why not just call it what it does?  "compositeToParentLayer()" or
> "restoreContextAndCompositeToParentLayer()"
> 
> uninit seems like a really bad name for the function.

I wanted to stress that it should pair up with init() (and that calling it is
mandatory if you call init()).

It's not compositing "to" anything.  It's compositing over the background using
ClearType, but even that is misleading, since it will get composited again over
the background using text alpha in the endTransparencyLayer() call.

Mind if we just call it "composite()"?


-- 
Configure bugmail: https://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