Crate lyon_path_builder [] [src]

Tools to build path objects from a sequence of imperative commands.

Structs

FlattenedBuilder

Generates flattened paths

SvgPathBuilder

Implements the Svg building interface on top of a PathBuilder.

Traits

PathBuilder

The base path building interface. More elaborate interfaces are built on top of the provided primitives.

PolygonBuilder

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/