Closed
Bug 347040
Opened 18 years ago
Closed 18 years ago
outline is rendered with Anti-aliasing
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Assigned: masayuki)
References
()
Details
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
vlad
:
review+
dbaron
:
superreview-
|
Details | Diff | Splinter Review |
The borders don't rendered with anti-aliasing. But the outlines don't so.
I think we should not render the outlines with anti-aliasing.
Assignee | ||
Comment 1•18 years ago
|
||
Assignee | ||
Comment 2•18 years ago
|
||
the border case of the test case is here.
attachment 178528 [details]
Assignee | ||
Comment 3•18 years ago
|
||
This patch based on the patch of bug 328241.
Even if we will enable the anti-aliasing for border, we should disable anti-aliasing for outline until then for compatibility between border and outline.
Assignee | ||
Comment 4•18 years ago
|
||
The patch changes |nsCSSRendering::PaintOutline|.
Assignee | ||
Updated•18 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Attachment #231948 -
Flags: review?(vladimir) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #231948 -
Flags: superreview?(dbaron)
Comment 5•18 years ago
|
||
Shouldn't the second chunk restore it to whatever it was before rather than explicitly setting it to MODE_COVERAGE?
Assignee | ||
Comment 6•18 years ago
|
||
You are right, but the my patch is based on the patch of bug 328241.
https://bugzilla.mozilla.org/attachment.cgi?id=219188&action=diff
Vlad:
How do you think?
Comment 7•18 years ago
|
||
Oops, I should have made the same review comment there.
Assignee | ||
Comment 8•18 years ago
|
||
this is fixed by bug 368247.
Updated•17 years ago
|
Attachment #231948 -
Flags: superreview?(dbaron)
Updated•17 years ago
|
Attachment #231948 -
Flags: superreview-
You need to log in
before you can comment on or make changes to this bug.
Description
•