1
0
Fork 0

[vercel skip] fix tests

This commit is contained in:
Enoch Riese 2023-04-14 16:06:45 -04:00
parent 62c747daea
commit 444d82c527

View file

@ -53,8 +53,8 @@ Stack.prototype.home = function () {
part.__boundary()
const transforms = part.attributes.get('transform')
let tl = part.topLeft
let br = part.bottomRight
let tl = part.topLeft || this.topLeft
let br = part.bottomRight || this.bottomRight
let tr = new Point(br.x, tl.y)
let bl = new Point(tl.x, br.y)