breakWords
causes lines to overlap unless splitStyle
is "characters"
#389
Labels
bug
Something isn't working
When you use the style
breakWords: true
(which allows line breaks in the middle of a block of long, unbroken text), the word is rendered correctly but the height of the text on the following line is not factored into the layout causing it to run into subsequent lines of text. This issue doesn't appear when you setsplitStyle
to"characters"
but these settings are slightly different and it shouldn't be required to use splitStyle characters.Repro:
Related: #48
The text was updated successfully, but these errors were encountered: