Find bounding box fitting in a path

Viewed 817

Say we have this path:

enter image description here

How do we find the bounds of the box that fits inside?

Yes I know that paths can be arbitrarily complex and must not be closed. Still curious about suggestions for how to solve this problem.

1 Answers
Related