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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emoji Support #47

Closed
joshuawright11 opened this issue Dec 19, 2015 · 3 comments
Closed

Emoji Support #47

joshuawright11 opened this issue Dec 19, 2015 · 3 comments

Comments

@joshuawright11
Copy link

There seem to be issues in animations with emojis... they pop up twice or aren't properly removed.

e.g. "Fire 馃敟" morphed to "Zap鈿★笍" will result in "Zap " with a 馃敟 and 鈿★笍 on top of each other. Is there a workaround for this?

I recognize that the amount of people using this library for emojis is probably minuscule, but still would be cool if there were an easy fix.

Love the library so much! Thanks for all your hard work!

@lexrus lexrus closed this as completed in f585084 Dec 21, 2015
@lexrus
Copy link
Owner

lexrus commented Dec 21, 2015

An emoji will be rendered with a default size when I set the fontSize to 0 which may be a invalid size I guess. I fix it by limiting the minimum size to 0.001.
Please check the latest code. I'll release a new version sooner or later.

@lexrus
Copy link
Owner

lexrus commented Dec 21, 2015

Please check out 0.1.1.

@joshuawright11
Copy link
Author

Sweet! Thanks so much 馃槂

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