-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
fix(fabric.Textbox): The same text does not need to be wrapped #6621
Conversation
I have added some test cases that require |
can you explain a bit better what the bug was about? can you reproduce it? |
I wrote an example. https://jsfiddle.net/slaneyang/5pbwon19/ The same text, the same |
Best explanation of easing function |
Ok is a bit more clear now. |
Something is failing with lint. Did you run |
Oh! Just a moment. I'll fix it. |
@asturur done |
Thanks! |
… unwrapped. (fabricjs#6621) * fix(fabric.Textbox): The same text does not need to be wrapped * fix(Lint): lint test case
Hi, I encountered and fixed the problem. 🐛