linebender/vello_svg

Use Vello for glyph rasterization

Open

#64 创建于 2025年6月11日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Rust (27 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (54 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南