fazouane-marouane / fancy-textfill

Fast implementation for resizing text to fill its container.

Home Page:https://fazouane-marouane.github.io/fancy-textfill/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text falls out of container

Robinfr opened this issue · comments

The entire purpose of this library is to keep the text inside the container, yet it falls outside of the container in the example.

text_falls_out

This happens because the font size is rounded to the nearest whole number, I suggest rounding it down before setting it.

Your PR has been merged. Thanks again 😄