Dan Groshev

Results 35 issues of 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: ![with-raster-images](https://github.com/user-attachments/assets/795f1e91-e800-49b3-84dc-ea7326ee3234) Without: ![without-raster-images](https://github.com/user-attachments/assets/a896ecb0-4a68-469c-af26-3a98598df1a4) 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.

bug

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

bug