Changeset 31356 for trunk/WebCore/ChangeLog
- Timestamp:
- 03/26/08 21:02:07 (8 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r31355 r31356 1 2008-03-26 Dan Bernstein <mitz@apple.com> 2 3 Reviewed by Dave Hyatt. 4 5 - maintain subpixel-antialiasing when drawing text with a simple shadow 6 7 * platform/graphics/mac/FontMac.mm: 8 (WebCore::Font::drawComplexText): If the shadow has a zero blur radius, 9 draw the shadow by drawing the text at an offset instead of relying on 10 Core Graphics shadows. 11 (WebCore::Font::drawGlyphs): Ditto. 12 * platform/graphics/win/FontCGWin.cpp: 13 (WebCore::Font::drawGlyphs): Ditto. 14 1 15 2008-03-26 Brady Eidson <beidson@apple.com> 2 16