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§
- Flattened
- An iterator that consumes an PathIterator and yields FlattenedEvents.
- From
Polyline - An iterator that consumes an iterator of
Point
s and producesFlattenedEvent
s. - Path
Events - Path
Iter - An adapater iterator that implements PathIterator on top of an Iterator<Item=PathEvent>.
- SvgPath
Iter - An adapater iterator that implements SvgIterator on top of an Iterator<Item=SvgEvent>.
- Transformed
- Applies a 2D transform to a path iterator and yields the resulting path iterator.
Traits§
- Flattened
Iterator - An extension to the common Iterator interface, that adds information which is useful when chaining path-specific iterators.
- Path
Iterator - An extension to the common Iterator interface, that adds information which is useful when chaining path-specific iterators.
- Quadratic
Path Iterator - An extension to the common Iterator interface, that adds information which is useful when chaining path-specific iterators.
- SvgIterator
- An extension to the common Iterator interface, that adds information which is useful when chaining path-specific iterators.