Bug 38107

Summary: Web Inspector: Render clip in summary bar using "arc", not "quadraticCurveTo".
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed change.
none
[PATCH] Same with drive-by fix for linux scripts. yurys: review+

Description Pavel Feldman 2010-04-26 02:58:46 PDT
"quadraticCurveTo" looks ugly on some platforms (has poor antialiasing), while "arc" is better supported on most of them.
Comment 1 Pavel Feldman 2010-04-26 03:02:23 PDT
Created attachment 54269 [details]
[PATCH] Proposed change.
Comment 2 Pavel Feldman 2010-04-26 03:07:42 PDT
Created attachment 54270 [details]
[PATCH] Same with drive-by fix for linux scripts.
Comment 3 Pavel Feldman 2010-04-26 04:36:57 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/SummaryBar.js
	M	WebKit/chromium/src/js/devTools.css
Committed r58247