Bug 34354 - REGRESSION(canvas editor): Font weight in resources pane of inspector is too light?
Summary: REGRESSION(canvas editor): Font weight in resources pane of inspector is too ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2010-01-29 18:00 PST by Mark Rowe (bdash)
Modified: 2010-02-01 08:25 PST (History)
9 users (show)

See Also:


Attachments
Bad (232.02 KB, image/png)
2010-01-29 18:00 PST, Mark Rowe (bdash)
no flags Details
Good (151.89 KB, image/png)
2010-01-29 18:00 PST, Mark Rowe (bdash)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2010-01-29 18:00:15 PST
Created attachment 47752 [details]
Bad

When looking at the inspector today in r54084 on Mac OS X 10.6.2 I noticed that the weight of the font used for source code in the Resources pane appears to be lighter than the font used in the Elements pane.  This isn't the case in a build of WebKit have around from earlier in the week.
Comment 1 Mark Rowe (bdash) 2010-01-29 18:00:39 PST
Created attachment 47753 [details]
Good
Comment 2 Timothy Hatcher 2010-01-29 18:03:50 PST
This could be subpixel antialiasing vs normal antialiasing, now that resources are rendered with canvas. Sigh. All the more reason to not use Menlo…
Comment 3 Mark Rowe (bdash) 2010-01-29 18:16:16 PST
(In reply to comment #2)
> This could be subpixel antialiasing vs normal antialiasing, now that resources
> are rendered with canvas. Sigh. All the more reason to not use Menlo…

We manage to antialias Menlo fine elsewhere.  This is a problem in the implementation of this portion of the inspector.
Comment 4 Timothy Hatcher 2010-01-29 18:17:55 PST
(In reply to comment #3)
> (In reply to comment #2)
> > This could be subpixel antialiasing vs normal antialiasing, now that resources
> > are rendered with canvas. Sigh. All the more reason to not use Menlo…
> 
> We manage to antialias Menlo fine elsewhere.  This is a problem in the
> implementation of this portion of the inspector.

Non of the other portions of the Inspector are canvas. IIRC, canvas can't sub-pixel antialias.
Comment 5 Mark Rowe (bdash) 2010-01-29 18:29:33 PST
(In reply to comment #4)
> Non of the other portions of the Inspector are canvas. IIRC, canvas can't
> sub-pixel antialias.

Why on earth is *this* canvas?  No wonder there are so many areas where this view behaves completely wrong.
Comment 6 Mark Rowe (bdash) 2010-01-29 18:43:17 PST
<rdar://problem/7594365>
Comment 7 Pavel Feldman 2010-02-01 08:21:57 PST
Fixed in http://trac.webkit.org/changeset/54133.
Comment 8 Pavel Feldman 2010-02-01 08:25:38 PST
(In reply to comment #7)
> Fixed in http://trac.webkit.org/changeset/54133.

(https://bugs.webkit.org/show_bug.cgi?id=34400 - bug reference was missing due to prepareChangeLog bug).