RESOLVED FIXED 22297
[Cairo][Canvas] fillText()/strokeText() don't respect globalAlpha
https://bugs.webkit.org/show_bug.cgi?id=22297
Summary [Cairo][Canvas] fillText()/strokeText() don't respect globalAlpha
Dirk Schulze
Reported 2008-11-16 11:33:58 PST
fillText() or strokeText() don't respect the globalAlpha. It can be fixed by using globalAlpha directly in drawTextInternal(), but it could be better to add globalAlpha support to FontMac.mm and the other ports. Other parts of WebKit (like SVG) could benefit of this.
Attachments
TextCase (655 bytes, text/html)
2008-11-16 11:35 PST, Dirk Schulze
no flags
Dirk Schulze
Comment 1 2008-11-16 11:35:59 PST
Created attachment 25199 [details] TextCase A testCase for the issue. The globalAlpha is set to 0.5 at the beginning.
Mark Rowe (bdash)
Comment 2 2008-11-17 05:55:23 PST
On the Mac with the latest nightly build, the text in the test case already appears to respect globalAlpha.
Dirk Schulze
Comment 3 2008-11-17 13:03:31 PST
Only Cairo has this regression.
Dirk Schulze
Comment 4 2009-02-27 00:21:59 PST
fixed in r41279.
Note You need to log in before you can comment on or make changes to this bug.