(t, e)
| 15805 | Tx = (t, e, n) => |
| 15806 | n > Math.max(e.x1 - t.x2, t.x1 - e.x2, e.y1 - t.y2, t.y1 - e.y2), |
| 15807 | Bx = (t, e) => { |
| 15808 | for (var n, r = 1, i = t.length, o = t[0].bounds; r < i; o = n, ++r) |
| 15809 | if (Tx(o, (n = t[r].bounds), e)) return !0; |
| 15810 | }, |
| 15811 | zx = (t) => { |
| 15812 | const e = t.bounds; |
| 15813 | return e.width() > 1 && e.height() > 1; |