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
Also, when minValue is zero (as it is passed in from WordCloud.buildWord()), the calculation of scaledValue1 attempts to evaluate Math.log(0), which is undefined.
faseidl
changed the title
LogFontScalar has incorrect calculation of leftSpan
LogFontScalar has incorrect calculations
Dec 10, 2018
The calculation of
leftSpan
usesMath.sqrt()
but should useMath.log()
.The text was updated successfully, but these errors were encountered: