(t, e)
| 7581 | ((this._x1 = this._x0), (this._y1 = this._y0), this._append`Z`); |
| 7582 | } |
| 7583 | lineTo(t, e) { |
| 7584 | this._append`L${(this._x1 = +t)},${(this._y1 = +e)}`; |
| 7585 | } |
| 7586 | quadraticCurveTo(t, e, n, r) { |
| 7587 | this._append`Q${+t},${+e},${(this._x1 = +n)},${(this._y1 = +r)}`; |
| 7588 | } |
no outgoing calls
no test coverage detected