diff --git a/packages/core/src/path.js b/packages/core/src/path.js index d37b2a3d0e5..f940c8a2e22 100644 --- a/packages/core/src/path.js +++ b/packages/core/src/path.js @@ -218,7 +218,7 @@ Path.prototype.end = function () { /** Finds the bounding box of a path */ Path.prototype.boundary = function () { - if (this.topLeft) return this // Cached + if (this.topOp) return this // Cached let current let topLeft = new Point(Infinity, Infinity)