linebender/vello_svg

Use Vello for glyph rasterization

Open

#64 opened on Jun 11, 2025

 (0 comments) (1 reaction) (0 assignees)Rust (27 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (54 stars)
PR merge metrics
 (Avg merge 7d 2h) (2 merged PRs in 30d)

Description

Currently we are using usvg's .flattened() to render text. This converts glyphs to SVG paths which we then render. It would be more efficient to use usvg's .layouted() and use Vello for glyph rendering (and this would also allow us to support conic/sweep gradients from COLRv1 emoji).

Contributor guide