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
In v0.8.0, an infinite loop within the layoutText() method for SDF text can be triggered in certain cases when text wraps to a new line that can't fit within the height of a contain: both text node.
Another hack to prevent an infinite loop situation that was introduced
in v0.8.0.
I've written up an issue to address more wholistically the issues with
the SDF layout engine
- #223Fixes#220
In v0.8.0, an infinite loop within the
layoutText()
method for SDF text can be triggered in certain cases when text wraps to a new line that can't fit within the height of acontain: both
text node.Offending commit: 2366aef
The text was updated successfully, but these errors were encountered: