(t, e, n)
| 15975 | : e.translate(-(t.x || 0), -(t.y || 0)); |
| 15976 | } |
| 15977 | function Gx(t, e, n) { |
| 15978 | const r = A(t) ? t[e] : t; |
| 15979 | return null != r ? r : void 0 !== n ? n : 0; |
| 15980 | } |
| 15981 | function Vx(t) { |
| 15982 | return t < 0 ? Math.ceil(-t) : 0; |
| 15983 | } |