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
Konva.Text doesn't handle compound emojis such as skin-tone faces. When displayed, it breaks them up into component pieces.
Konva.Text
Repro in v9.2.1: https://codesandbox.io/s/konva-playground-forked-mnw476
I have tested these kinds of emojis:
Related to #1099
The text was updated successfully, but these errors were encountered:
Hmm. I thought that was fixed. Then we have to find a way to handle it correctly.
Sorry, something went wrong.
I'm seeing similar issue with text ligatures ie a "tt" gets broken up when we add letter spacing where normally you'd see connected crossbars
@nickells with what font?
hey @lavrton , i was sitting with this for a while and realized CSS does the same thing, so it is expected. https://stackoverflow.com/questions/77380337/keep-font-ligatures-and-have-tighter-letter-spacing
855e7fa
No branches or pull requests
Konva.Text
doesn't handle compound emojis such as skin-tone faces. When displayed, it breaks them up into component pieces.Repro in v9.2.1: https://codesandbox.io/s/konva-playground-forked-mnw476
I have tested these kinds of emojis:
Related to #1099
The text was updated successfully, but these errors were encountered: