Crate roarsvg

source ·
Expand description

roarsvg is a library to deserialize lyon Paths into SVG.

It provides a struct LyonWriter that accepts a push operation to append Paths and a write operation to write all those paths to an SVG using usvg.

Structs

Enums

Traits

  • Marker trait that changes the behavior of write for LyonWriter and allows for writing text to the SVG.

Functions