[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:23:04 PDT 2009


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





------- Comment #1 from senorblanco at chromium.org  2009-03-13 12:23 PDT -------
Created an attachment (id=28591)
 --> (https://bugs.webkit.org/attachment.cgi?id=28591&action=view)
Fix for TransparencyWin

FontChromiumWin was calling beginTransparencyLayer()/endTransparencyLayer(),
with a TransparencyWin inside to do GDI ClearType rendering over an opaque
background.  TransparencyWin does its special sauce in the destructor, but it
was being called too late to be used correctly in the layer.  Put into uninit()
instead, and call that explicitly.


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