[Webkit-unassigned] [Bug 44603] shadowSize parameter is used to pass shadow offset in the GraphicsContext::setShadow and getShadow functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 05:58:51 PDT 2010


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





--- Comment #2 from Alejandro G. Castro <alex at igalia.com>  2010-08-25 05:58:51 PST ---

After changing the names I've realized that this condition could be wrong but the old name could make it seem correct:

+            drawIntoBitmap = !offset.isEmpty() || blur;

It is in this file: WebCore/platform/graphics/win/FontCGWin.cpp static void drawGDIGlyphs

Could someone check if in Windows negative offsets of the text actually work, or no offsets but blurring. We could open a new bug in this case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list