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

It's depressing for me that chrome doesn't support color emoji #61

Closed
Ganzkiller opened this issue Mar 8, 2019 · 7 comments
Closed

Comments

@Ganzkiller
Copy link

Is there any way to make it work on chrome ? thanks !

@Jolg42
Copy link

Jolg42 commented Mar 8, 2019

Indeed OpenType-SVG is not yet implemented, the ticket tracking that for Chromium is here:
https://bugs.chromium.org/p/chromium/issues/detail?id=306078

I think they will implement it sooner or later but I hope it's for this year!

@Ganzkiller
Copy link
Author

I hope so too, thanks a lot !!

@13rac1
Copy link
Owner

13rac1 commented Mar 10, 2019

Chrome supports the "Android" color font format. I originally implemented this SVG-in-OT format instead of the others because it is the most useful (uses SVG) and doesn't store the graphics as image binaries (therefore smallest file sizes.) IMO it is the best for web usage. We have to just wait or implement it in Chromium ourselves. I've been waiting three years! Firefox was the only option when I started this project, now Edge, Safari and Adobe all have support.

@Ganzkiller
Copy link
Author

Chrome works well on win10, maybe the system decides something?

@13rac1
Copy link
Owner

13rac1 commented Mar 12, 2019

Chrome displays other color font formats, but not this one. See https://www.colorfonts.wtf/

@ochen1
Copy link

ochen1 commented May 9, 2021

If it's just a matter of rendering vector images to bitmap ones and then putting them inside a font, wouldn't someone have done that already, and made a font that works on Chromium? Because Chromium renders bitmap coloured emoji just fine. 🤔

Not Twemoji

@13rac1
Copy link
Owner

13rac1 commented May 10, 2021

Yes @ochen1 I could implement that, but then there are multiple fonts and that's a hassle I don't want to deal with right now (see #25). The best solution is for Chromium to support this SVG-based format, please star the issue.

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

4 participants