-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature request: emoji support #316
Comments
Have you found any alternatives to display emojis? |
I will be investigating this feature. |
maybe there are copyright issues? |
@qianshancun good point. The emojis would have to come from a font, in which case it would be up to the user to provide a color emoji font they have a license for. We could rename this issue "support CBDT/CBLC color font format" but I don't want to presume the best way to add this feature, I trust @yisibl β€οΈ |
resvg does not currently support emoji (aka color fonts), please follow: linebender/resvg#487 |
Copyright depends on the specific font, beyond the scope of this issue hair. |
Thanks @yisibl for following up! |
It seems that |
This requires us to upgrade our resvg dependencies to the latest version. I don't have the time at the moment. |
@yisibl it's completely ok, take your time! Thanks for this open source project! |
@yisibl π₯Ί π© pretty please π |
no updates yet? π |
Thanks for this amazing lib!
Unfortunately, it doesn't seem to be able to render emojis in text π’
See this very simple SVG:
It doesn't render anything visible.
When trying the playground https://resvg-js.vercel.app/ it doesn't render anything either.
I tried forcing a color emoji font:
But it doesn't help.
Would it be feasible to add this? Thanks.
The text was updated successfully, but these errors were encountered: