RESOLVED FIXED Bug 38107
Web Inspector: Render clip in summary bar using "arc", not "quadraticCurveTo".
https://bugs.webkit.org/show_bug.cgi?id=38107
Summary Web Inspector: Render clip in summary bar using "arc", not "quadraticCurveTo".
Pavel Feldman
Reported 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.
Attachments
[PATCH] Proposed change. (1.75 KB, patch)
2010-04-26 03:02 PDT, Pavel Feldman
no flags
[PATCH] Same with drive-by fix for linux scripts. (2.34 KB, patch)
2010-04-26 03:07 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2010-04-26 03:02:23 PDT
Created attachment 54269 [details] [PATCH] Proposed change.
Pavel Feldman
Comment 2 2010-04-26 03:07:42 PDT
Created attachment 54270 [details] [PATCH] Same with drive-by fix for linux scripts.
Pavel Feldman
Comment 3 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
Note You need to log in before you can comment on or make changes to this bug.