Closed gbrunow closed 3 years ago
Alternative to PR #92.
I guess you mean PR #91.
I think that one may not need to summon math.min() for every line. I guess it will be faster as if(shrinkBars && n > l) n=l.
if(shrinkBars && n > l) n=l
Implemented through #98
Alternative to PR #92.