mapbox / mapbox-gl-test-suite

Rendering tests for Mapbox GL
6 stars 12 forks source link

Incorrect rendering for fill-pattern + opacity #165

Closed jfirebaugh closed 7 years ago

jfirebaugh commented 7 years ago

Our current rendering for fill-pattern with non-opaque opacity doesn't look right to me:

image

It's grayish in that way that usually indicates incorrect premultiplication somewhere.

Here's the opacity 1 version:

image

cc @ansis

lucaswoj commented 7 years ago

Migrated to https://github.com/mapbox/mapbox-gl-js/issues/3913