Skip to content

The value of templateAlpha will be NaN if max is equal to min.#332

Open
TerminatorSd wants to merge 1 commit into
pa7:masterfrom
TerminatorSd:master
Open

The value of templateAlpha will be NaN if max is equal to min.#332
TerminatorSd wants to merge 1 commit into
pa7:masterfrom
TerminatorSd:master

Conversation

@TerminatorSd

Copy link
Copy Markdown

Actually NaN does not lead to a bug, cause I find something below about globalAlpha on MDN:
"Values outside that range, including Infinity and NaN, will not be set, and globalAlpha will retain its previous value."
And, of course. The default value is 1.
However, I do not think it is a good idea to compare a number with NaN.
Hope this commit will help.

Actually NaN does not lead to a bug, cause I find something below about globalAlpha on MDN:
"Values outside that range, including Infinity and NaN, will not be set, and globalAlpha will retain its previous value."
And, of course. The default value is 1.
However, I do not think it is a good idea to compare a number with NaN.
Hope this commit will help.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant