Expand description
Various utilities for manipulating Bézier curves.
Most of these should go upstream to Lyon at some point.
Modules§
- cubic_
to_ quadratic - A version of Lyon’s
cubic_to_quadratic
that is less sensitive to floating point error. - normals
- orientation
- segments
- Returns each segment of a path.
- stroke
- Utilities for converting path strokes to fills.
- transform
- Applies a transform to paths.