-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix unexpected results for fill-opacity property function #2828
Labels
Comments
lucaswoj
changed the title
Unexpected results for fill-opacity property function
Fix unexpected results for fill-opacity property function
Jul 29, 2016
6 tasks
Fixed by #2971 |
https://github.com/mapbox/mapbox-gl-test-suite/tree/master/render-tests/fill-opacity/property-function is still failing on gl-js |
lbud
pushed a commit
that referenced
this issue
Sep 6, 2016
lbud
pushed a commit
that referenced
this issue
Sep 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For values
0
,1
, and2
, I'd expect the rendering to look like:But instead it renders everything with opacity 0.
Possibly related to #2827.
The text was updated successfully, but these errors were encountered: