7 unstable releases (3 breaking)
0.4.1 | Oct 27, 2023 |
---|---|
0.4.0 | Oct 27, 2023 |
0.3.1 | Oct 27, 2023 |
0.2.1 | Oct 26, 2023 |
0.1.0 | Oct 25, 2023 |
#198 in Visualization
30KB
615 lines
svgroar
Write lyon Path
s to SVG.
lib.rs
:
roarsvg is a library to deserialize lyon Path
s into SVG.
It provides a struct LyonWriter
that accepts a push
operation to append Path
s
and a write
operation to write all those paths to an SVG using usvg
.
Dependencies
~4.5–7MB
~147K SLoC