Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be consistent about how the algorithm we use to modulate colors. #3010

Merged
merged 4 commits into from Sep 4, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update reftests.

  • Loading branch information
emilio committed Sep 4, 2018
commit 28c4b4f4f5a0111375f5e14162a80311a69a6110
@@ -9,7 +9,7 @@ root:
width: [ 6, 6, 6, 6 ]
border-type: normal
style: [ solid, solid, solid, solid ]
color: [ 0 0 178 1.0, 0 0 255 1.0, 0 0 255 1.0, 0 0 178 1.0 ]
color: [ 0 0 170 1.0, 0 0 255 1.0, 0 0 255 1.0, 0 0 170 1.0 ]
- type: stacking-context
bounds: [6, 6, 38, 38]
items:
@@ -18,4 +18,4 @@ root:
width: [ 6, 6, 6, 6 ]
border-type: normal
style: [ solid, solid, solid, solid ]
color: [ 0 0 255 1.0, 0 0 178 1.0, 0 0 178 1.0, 0 0 255 1.0 ]
color: [ 0 0 255 1.0, 0 0 170 1.0, 0 0 170 1.0, 0 0 255 1.0 ]
@@ -9,7 +9,7 @@ root:
width: [ 6, 6, 6, 6 ]
border-type: normal
style: [ solid, solid, solid, solid ]
color: [ 0 0 255 1.0, 0 0 178 1.0, 0 0 178 1.0, 0 0 255 1.0 ]
color: [ 0 0 255 1.0, 0 0 170 1.0, 0 0 170 1.0, 0 0 255 1.0 ]
- type: stacking-context
bounds: [6, 6, 38, 38]
items:
@@ -18,4 +18,4 @@ root:
width: [ 6, 6, 6, 6 ]
border-type: normal
style: [ solid, solid, solid, solid ]
color: [ 0 0 178 1.0, 0 0 255 1.0, 0 0 255 1.0, 0 0 178 1.0 ]
color: [ 0 0 170 1.0, 0 0 255 1.0, 0 0 255 1.0, 0 0 170 1.0 ]
Binary file not shown.
Binary file not shown.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.