Guidebook

Guidebook

6M Downloads

[Issue] Incorrect line division with scale

TomaszewskiPatryk opened this issue ยท 0 comments

commented

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">&lt;dyn type="key" key="key.drop"/&gt;</p>

Result
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>

Result