linebender/vello_svg

Use Vello for glyph rasterization

Open

#64 aperta il 11 giu 2025

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Rust (27 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (54 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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).

Guida contributor