[Webkit-unassigned] [Bug 23728] [QT] clearRect fill's a given rect with white

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 6 08:17:48 PST 2009


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





------- Comment #6 from hausmann at webkit.org  2009-02-06 08:17 PDT -------
I had a chat with our QPainter guys and discussed your testcase. We can use
CompositionMode_Clear, but then we have to call drawRect(rect); instead of
eraseRect(). The fastest way however is to simply call
fillRect(Qt::transparent). Both worked for me (_Clear with drawRect() and
fillRect(Qt::transparent).

Can you make a patch with fillRect(Qt::transparent)? I'll review it then :)

Thanks again, Dirk!


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