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

Fix unexpected results for fill-opacity property function #2828

Closed
jfirebaugh opened this issue Jul 6, 2016 · 2 comments · Fixed by #3061 or #3155
Closed

Fix unexpected results for fill-opacity property function #2828

jfirebaugh opened this issue Jul 6, 2016 · 2 comments · Fixed by #3061 or #3155

Comments

@jfirebaugh
Copy link
Contributor

        "fill-opacity": {
          "property": "property",
          "stops": [
            [
              0,
              1
            ],
            [
              4,
              0
            ]
          ]
        }

For values 0, 1, and 2, I'd expect the rendering to look like:

image

But instead it renders everything with opacity 0.

Possibly related to #2827.

@lucaswoj lucaswoj changed the title Unexpected results for fill-opacity property function Fix unexpected results for fill-opacity property function Jul 29, 2016
@lucaswoj
Copy link
Contributor

Fixed by #2971

@jfirebaugh
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants