(t)
| 14447 | return (i >= 0 && r.splice(i, 1), this); |
| 14448 | } |
| 14449 | pickEvent(t) { |
| 14450 | const e = av(t, this._canvas), |
| 14451 | n = this._origin; |
| 14452 | return this.pick(this._scene, e[0], e[1], e[0] - n[0], e[1] - n[1]); |
| 14453 | } |
| 14454 | pick(t, e, n, r, i) { |
| 14455 | const o = this.context(); |
| 14456 | return Hy[t.marktype].pick.call(this, o, t, e, n, r, i); |
no test coverage detected