Expand description
The functionality of this crate moved into the crate lyon_path
please use the latter instead.
Re-exports§
pub extern crate lyon_path;
Structs§
- Flattening
Builder - Generates flattened paths
- SvgPath
Builder - Implements the Svg building interface on top of a PathBuilder.
Traits§
- Flat
Path Builder - The most basic path building interface. Does not handle any kind of curve.
- Path
Builder - The main path building interface. More elaborate interfaces are built on top of the provided primitives.
- Polygon
Builder - Build a path from a simple list of points.
- SvgBuilder
- A path building interface that tries to stay close to SVG’s path specification. https://svgwg.org/specs/paths/