[Issue] Incorrect line division with scale
TomaszewskiPatryk opened this issue ยท 0 comments
If you set the scale of a paragraph, which previously didn't fit in one line, below 1 it will still be divided, even though it should fit.
<p space="12" indent="8" color="505050" scale="0.8"><dyn type="key" key="key.drop"/></p>
Similiar thing happens when you have a paragraph which previously fit in one line and set scale above 1.
<p scale="2">Dynamic values are parts of text</p>