Bug 18795 - REGRESSION (r32660): Text heavier with text-shadow
Summary: REGRESSION (r32660): Text heavier with text-shadow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL: data:text/html,zomg hi!<br><div style...
Keywords: HasReduction, Regression
Depends on:
Blocks:
 
Reported: 2008-04-28 22:58 PDT by Matt Lilek
Modified: 2008-04-28 23:09 PDT (History)
1 user (show)

See Also:


Attachments
Eliminate extra shadowless paint (351.29 KB, patch)
2008-04-28 23:03 PDT, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2008-04-28 22:58:18 PDT
After r32660, common uses of text-shadow are chunkier than they used to be - ie: the headers on <http://webkit.org/> or the group headers in the inspector's sidebars.

The reduction shows that even when a shadow is completely invisible, the text is heavier.
Comment 1 mitz 2008-04-28 23:03:46 PDT
Created attachment 20883 [details]
Eliminate extra shadowless paint
Comment 2 Maciej Stachowiak 2008-04-28 23:06:56 PDT
Comment on attachment 20883 [details]
Eliminate extra shadowless paint

r=me
Comment 3 mitz 2008-04-28 23:09:00 PDT
Fixed in <http://trac.webkit.org/changeset/32671>.