[][src]Function usvg::utils::path_bbox

pub fn path_bbox(
    segments: &[PathSegment],
    stroke: Option<&Stroke>,
    ts: Option<Transform>
) -> Option<Rect>

Calculates path's bounding box.