[Webkit-unassigned] [Bug 19727] Return bool from GraphicsContext::getShadow() so the tests aren't duplicated so many times in Cairo and Qt ports
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 23 12:59:58 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19727
------- Comment #8 from vbs85 at gmx.de 2008-06-23 12:59 PDT -------
You have to be carefull with
+ bool hasShadow = context->textDrawingMode() == cTextFill &&
+ context->getShadow(shadowSize, shadowBlur, shadowColor);
you won't be able to draw shadows on stroked texts. See changes for FontCairo
in https://bugs.webkit.org/attachment.cgi?id=20845
--
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