Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bug of word wrap in text object #4187

Closed
rexrainbow opened this issue Nov 23, 2018 · 1 comment
Closed

Possible bug of word wrap in text object #4187

rexrainbow opened this issue Nov 23, 2018 · 1 comment

Comments

@rexrainbow
Copy link
Contributor

Version

  • Phaser Version:

Current version in code base

Description

In line 521

result += words[j] + ' ';

The equation of counting of spaceLeft is

spaceLeft = wordWrapWidth - wordWidth;

Since it add a space ' ' into result, spaceLeft might be

spaceLeft = wordWrapWidth - wordWidthWithSpace;
@photonstorm
Copy link
Collaborator

Thanks for opening this issue, and for submitting a PR to fix it. We have merged your PR into the master branch and attributed the work to you in the Change Log. If you need to tweak the code for whatever reason please submit a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants