(t, e)
| 7573 | })(t))); |
| 7574 | } |
| 7575 | moveTo(t, e) { |
| 7576 | this |
| 7577 | ._append`M${(this._x0 = this._x1 = +t)},${(this._y0 = this._y1 = +e)}`; |
| 7578 | } |
| 7579 | closePath() { |
| 7580 | null !== this._x1 && |
| 7581 | ((this._x1 = this._x0), (this._y1 = this._y0), this._append`Z`); |
no outgoing calls
no test coverage detected