You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible for this._path.getTotalLength() / alength to be computed as 0/0. This is not possible in math and breaks the script. A simple check for NaN will resolve the bug.
It's possible for
this._path.getTotalLength() / alengthto be computed as0/0. This is not possible in math and breaks the script. A simple check for NaN will resolve the bug.See my pull request - #79