Closed
Bug 1097437
Opened 10 years ago
Closed 10 years ago
Corners of Quartz StrokeRects are slightly off color
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(1 file, 2 obsolete files)
6.87 KB,
patch
|
jrmuizel
:
review+
lmandel
:
approval-mozilla-aurora+
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Drawing a simple <div style="border:1px solid black"> on a white background on Mac gives us corner pixels that are rgb(1,1,1) instead of rgb(0,0,0).
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8521100 -
Flags: review?(jmuizelaar)
Updated•10 years ago
|
Attachment #8521100 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 2•10 years ago
|
||
try showed a few issues:
http://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/rocallahan@mozilla.com-00e6553ea192/try-macosx64-debug/try_snowleopard-debug_test-reftest-bm106-tests1-macosx-build3407.txt.gz&only_show_unexpected=1
* a couple of UNEXPECTED-PASSes ... so this was in fact already biting us.
* we shouldn't disable antialiasing when the pattern is not a solid color (since that will affect resampling of gradients/surfaces)
* we should generalize the workaround slightly so that it handles rotations by multiples of 90 degrees
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8521100 -
Attachment is obsolete: true
Attachment #8521146 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8521146 -
Attachment is obsolete: true
Attachment #8521146 -
Flags: review?(jmuizelaar)
Attachment #8521198 -
Flags: review?(jmuizelaar)
Updated•10 years ago
|
Attachment #8521198 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Updated•10 years ago
|
Comment 7•10 years ago
|
||
Comment on attachment 8521198 [details] [diff] [review]
fix v3
We need to uplift this patch to Beta and Aurora in support of bug 1092842. Roc tells me that this is low risk. Certainly seems worth taking two low risk fixes as opposed to shipping a visible YouTube regression. Beta+ Aurora+
Attachment #8521198 -
Flags: approval-mozilla-beta+
Attachment #8521198 -
Flags: approval-mozilla-aurora+
Comment 8•10 years ago
|
||
Looks like those unexpected passes from comment 2 just showed up on aurora and beta following that landing.
I just landed the **reftest manifest changes only** from bug 1096181 on aurora and beta, because those changes actually belonged in either this bug or bug 1092842, which were just landed in both places:
https://hg.mozilla.org/releases/mozilla-aurora/rev/187e9fa68b67
https://hg.mozilla.org/releases/mozilla-beta/rev/c486cd17bebb
You need to log in
before you can comment on or make changes to this bug.
Description
•