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
The upper bound of fontScale's range is always 100, regardless of how many words are displayed or the size of the SVG canvas. This leads to intermittent collisions between words at high volumes (> 150). As a solution, I suggest setting the upper bound dynamically based on the ratio between the number of words and the SVG area size. This should allow the package to render large numbers of words without collisions by adjusting the fonts size dynamically. I will submit a Pull request if you are interested (and also if you are not).
The text was updated successfully, but these errors were encountered:
The upper bound of fontScale's range is always 100, regardless of how many words are displayed or the size of the SVG canvas. This leads to intermittent collisions between words at high volumes (> 150). As a solution, I suggest setting the upper bound dynamically based on the ratio between the number of words and the SVG area size. This should allow the package to render large numbers of words without collisions by adjusting the fonts size dynamically. I will submit a Pull request if you are interested (and also if you are not).
The text was updated successfully, but these errors were encountered: