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

fix: fix emoji support detection on Chrome on Mac #49

Merged
merged 1 commit into from Sep 24, 2020

Conversation

nolanlawson
Copy link
Owner

On Chrome on Mac, unsupported Emoji v13 emoji render as gray boxes. But when we do the support detection, we end up with 0,0,0,61 instead of the expected 0,0,0,0 for the image data, i.e. there's an alpha layer of 61. So we render gray boxes for Emoji v13. This fixes that.

@nolanlawson nolanlawson merged commit 0a9e3bb into master Sep 24, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant