pub fn fast_bounding_rect<Iter, Evt>(path: Iter) -> Rect
where Iter: Iterator<Item = Evt>, Evt: FastBoundingRect,
Expand description

Computes a conservative axis-aligned rectangle that contains the path.

This bounding rectangle approximation is faster but less precise than building_rect.