(e)
| 228 | w = [], |
| 229 | C = !1, |
| 230 | b = function (e) { |
| 231 | if (null === e) return null; |
| 232 | var t = e.getBoundingClientRect(); |
| 233 | return { width: t.width, height: t.height }; |
| 234 | }, |
| 235 | x = function (e) { |
| 236 | return e.contentBoxSize |
| 237 | ? { width: e.contentBoxSize.inlineSize, height: e.contentBoxSize.blockSize } |