BoundingBoxComputation computes metrics for a bounding box by continuously
taking canvas path commands.
Warning: This class is merely a crutch to get bounding box information without
explicit metadata. This is likely to get deprecated following SMuFL support.
BoundingBoxComputation computes metrics for a bounding box by continuously taking canvas path commands.
Warning: This class is merely a crutch to get bounding box information without explicit metadata. This is likely to get deprecated following SMuFL support.
based on: https://github.com/canvg/canvg/blob/master/src/BoundingBox.ts (MIT License)