We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I've encountered an issue with the linearGradient function.
linearGradient
> import Color exposing (Color) > import Color.Interpolate exposing (..) > import Color.Gradient exposing (linearGradient) > palette = [ Color.white, Color.white ] > linearGradient RGB palette 1 [RGBA NaN NaN NaN NaN] : Color.Gradient.Palette
In this case, I feel like we should get a palette back that simply consists of white, rather than NaN.
NaN
Perhaps this is related to https://github.com/elm-lang/core/issues/895 but I have not done enough digging to find the root cause.
The text was updated successfully, but these errors were encountered:
Yes its related. I don't think this should be fix here.
Sorry, something went wrong.
No branches or pull requests
Hello,
I've encountered an issue with the
linearGradient
function.In this case, I feel like we should get a palette back that simply consists of white, rather than
NaN
.Perhaps this is related to https://github.com/elm-lang/core/issues/895 but I have not done enough digging to find the root cause.
The text was updated successfully, but these errors were encountered: