getBoundingBox method

dynamic getBoundingBox()

Implementation

getBoundingBox() {
  return this.path.getBoundingBox();
}