WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25180
drawRect() outlines are missing in Chromium
https://bugs.webkit.org/show_bug.cgi?id=25180
Summary
drawRect() outlines are missing in Chromium
Stephen White
Reported
2009-04-14 07:16:28 PDT
The stroked outlines for rectangles drawn via PlatformContext::drawRect() in Chromium are missing. This was introduced in
https://bugs.webkit.org/show_bug.cgi?id=24662
(
r41805
), and the affected tests were rebaselined with the outlines missing in
http://codereview.chromium.org/46097
.
Attachments
Fix for Chromium drawRect() issue.
(2.15 KB, patch)
2009-04-14 07:28 PDT
,
Stephen White
no flags
Details
Formatted Diff
Diff
Slight fix to avoid overdraw.
(2.16 KB, patch)
2009-04-14 08:21 PDT
,
Stephen White
dglazkov
: review+
Details
Formatted Diff
Diff
Fixed changelog.
(2.21 KB, patch)
2009-04-14 14:13 PDT
,
Stephen White
dglazkov
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Stephen White
Comment 1
2009-04-14 07:28:41 PDT
Created
attachment 29466
[details]
Fix for Chromium drawRect() issue.
Stephen White
Comment 2
2009-04-14 08:21:31 PDT
Created
attachment 29468
[details]
Slight fix to avoid overdraw. Slight fix to previous: don't draw corners twice (might cause a problem with alpha on).
Dimitri Glazkov (Google)
Comment 3
2009-04-14 13:47:10 PDT
Comment on
attachment 29468
[details]
Slight fix to avoid overdraw. Missing bug URL in ChangeLog.
Stephen White
Comment 4
2009-04-14 14:13:41 PDT
Created
attachment 29479
[details]
Fixed changelog.
Darin Fisher (:fishd, Google)
Comment 5
2009-04-15 11:15:39 PDT
Landed as:
http://trac.webkit.org/changeset/42547
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug