Thanks to @tmbb’s PR, resvg v0.4.0 is out!
- Fixed a rendering issue with
<tspan>inside<text>by upgrading underlying Rust libraries (resvg, usvg).
Thanks to @tmbb’s PR, resvg v0.4.0 is out!
<tspan> inside <text> by upgrading underlying Rust libraries (resvg, usvg).Hello @MRdotB ,
Thank your for this library, very useful!
Do you know if there is a possibility to render emojis in text by using custom emoji images? I can see some emojis are rendered but with a very strange result.
Thank you
Looking into resvg itself it seems to be supported there.
Not sure if you need to do anything special.
You could try to load the https://fonts.google.com/noto/specimen/Noto+Color+Emoji font and see how it goes.
If it does not work it’s possible the rust nif need to be edited.
Feel free to pr.
Hey, sorry I forgot to update my comment, I indeed added an emoji font and it is automatically picked up!
Thank you ![]()