[vercel skip] fix tests
This commit is contained in:
parent
62c747daea
commit
444d82c527
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ Stack.prototype.home = function () {
|
||||||
part.__boundary()
|
part.__boundary()
|
||||||
|
|
||||||
const transforms = part.attributes.get('transform')
|
const transforms = part.attributes.get('transform')
|
||||||
let tl = part.topLeft
|
let tl = part.topLeft || this.topLeft
|
||||||
let br = part.bottomRight
|
let br = part.bottomRight || this.bottomRight
|
||||||
let tr = new Point(br.x, tl.y)
|
let tr = new Point(br.x, tl.y)
|
||||||
let bl = new Point(tl.x, br.y)
|
let bl = new Point(tl.x, br.y)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue