Skip to main content

parse_control_point_rel

Function parse_control_point_rel 

Source
fn parse_control_point_rel(
    iter: &mut Peekable<Cloned<Iter<'_, u8>>>,
) -> Result<ControlPoint<SVGPathPosition, CSSFloat>, ()>
Expand description

Parse a pair of values that describe the relatively positioned curve control point.