You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
Currently, using breakWords to allow line breaks caused by word wrapping to occur mid-word causes tags to be broken. Obviously, the width of the tags shouldn't be included in the width of the text.
Fixing this would probably require overriding PIXI.Text's wordWrap method to not count the tags when computing widths.
The text was updated successfully, but these errors were encountered:
Currently, using
breakWords
to allow line breaks caused by word wrapping to occur mid-word causes tags to be broken. Obviously, the width of the tags shouldn't be included in the width of the text.Fixing this would probably require overriding
PIXI.Text
'swordWrap
method to not count the tags when computing widths.The text was updated successfully, but these errors were encountered: