Function svg_path_ops::absolutize

source ·
pub fn absolutize(
    path_segments: impl Iterator<Item = impl Borrow<PathSegment>>
) -> impl Iterator<Item = PathSegment>
Expand description

Translates relative commands to absolute commands. All commands that use relative positions (lower-case ones), turns into absolute position commands (upper-case ones).