We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that Konva has issues with multiline emoji rendering in different browsers
On Chrome it breaks the emoji in the middle so it becomes two unreadable symbols
On Safari it doesn't add line break unless emoji has some preceding symbol
You can easily reproduce it from this example https://jsbin.com/zuvivivuhe/edit?html,js,output
Or even in the sandbox https://konvajs.org/docs/sandbox/Editable_Text.html if you insert some long line of emojis
Looking forward to getting some solution
The text was updated successfully, but these errors were encountered:
I have the same problem. line.slice(0, mid + 1) doesn't work well with emoji
line.slice(0, mid + 1)
Sorry, something went wrong.
It should be fixed in the last version.
No branches or pull requests
It seems that Konva has issues with multiline emoji rendering in different browsers
On Chrome it breaks the emoji in the middle so it becomes two unreadable symbols
![chrome](https://user-images.githubusercontent.com/12133261/115526614-e378b700-a298-11eb-86c3-056e353e644f.gif)
On Safari it doesn't add line break unless emoji has some preceding symbol
![safari](https://user-images.githubusercontent.com/12133261/115526601-dfe53000-a298-11eb-9230-1ba561b8dd47.gif)
You can easily reproduce it from this example
https://jsbin.com/zuvivivuhe/edit?html,js,output
Or even in the sandbox https://konvajs.org/docs/sandbox/Editable_Text.html if you insert some long line of emojis
Looking forward to getting some solution
The text was updated successfully, but these errors were encountered: