Struct lyon::path_iterator::SvgToPathIter [] [src]

pub struct SvgToPathIter<SvgIter> { /* fields omitted */ }

Methods

impl<SvgIter> SvgToPathIter<SvgIter>

Trait Implementations

impl<SvgIter> Iterator for SvgToPathIter<SvgIter> where SvgIter: SvgIterator

impl<SvgIter> PathIterator for SvgToPathIter<SvgIter> where SvgIter: SvgIterator

The returned structure exposes the current position, the first position in the current sub-path, and the position of the last control point. Read more

Returns an iterator that turns curves into line segments.

Returns an iterator of SVG events.