pub fn fast_bounding_box<Iter, Evt>(path: Iter) -> Box2Dwhere
Iter: IntoIterator<Item = Evt>,
Evt: FastBoundingBox,Expand description
Computes a conservative axis-aligned rectangle that contains the path.
This bounding rectangle approximation is faster but less precise than
bounding_box.