Expand description
vsvg is a library crate to manipulate vector graphics, with a focus on SVG and
pen-plotter applications. It’s inspired upon vpype, the
Swiss-Army-knife command-line tool for plotter vector graphics.
Re-exports
pub use ::geo;
Macros
- Macro to return a test file path located in
resources/fixtures.
Structs
- A Catmull-Rom spline.
Enums
- A length unit
Constants
Traits
- Implement cropability for a geometric type.
- Can be converted into a
BezPath. - Provided a tolerance, can be converted into a
BezPath.