(e)
| 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 } |
| 238 | : { width: e.contentRect.width, height: e.contentRect.height }; |
| 239 | }, |
| 240 | B = function (e) { |
| 241 | var t, |
| 242 | i, |