-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fill color is too light #1541
Comments
Seeing this on OS X 10.10.3 with a nVidia GeForce GT 650M. |
I get the same here on Ubuntu 15.04 Vivid with an ATI Radeon HD 6850. |
Nah, my bad. On fill-color/default here only the borders are different. |
Confirmed that this is the cause of images appearing too dark or bright compared to the reference image; the actual image data is not different. We set the rendering intent to default, but it looks like Core Graphics is still outputting perceptual, or ICC color profiles. |
@kkaefer Can you test this and #1542 against https://github.com/mapbox/mapbox-gl-test-suite/compare/update -- I updated the tests there using current gl-js and can no longer replicate either. Maybe it is due to a library on my machine being upgraded since the expected results were last generated. |
Our expected image is black
rgb(0, 0, 0)
:However, we're getting
rgb(1, 1, 1)
:(ignore the border around the tile)
The text was updated successfully, but these errors were encountered: