Dan Groshev
Dan Groshev
Hey folks! I'm (very slowly) working on a rust version of textmate-based highlighting, and your collection of grammars is hugely helpful. However, since my parser is a bit more strict...
Reproduction repo: https://github.com/si14/resvg-emoji-bug With `raster-images` enabled:  Without:  That was quite fun to debug 😅
SVG: ```svg Every Time ✅ hello world ``` Render (notice how "hello" got shifted): My understanding is that it should be still in line.
Per https://github.com/RazrFalcon/fontdb/issues/76#issuecomment-2548340635 , `fontdb` is currently unmaintained. It's a pretty crucial dependency for `resvg`/`usvg`, so maybe it should be brought under https://github.com/linebender ? Thank you @RazrFalcon for your hard work!
As far as I can tell, `resvg` doesn't render [compound emojis](https://eclecticlight.co/2018/03/15/compound-emoji-can-confuse/): Am I doing something wrong, or is it indeed not implemented (yet, ever)? Related: https://github.com/linebender/resvg/pull/735