(o = {
                      left: Math.min(a.left, l.left),
                      top: Math.min(a.top, l.top) - n,
                      right: Math.max(a.left, l.left),
                      bottom: Math.max(a.bottom, l.bottom) + n,