()
| 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`); |
| 7582 | } |
| 7583 | lineTo(t, e) { |
| 7584 | this._append`L${(this._x1 = +t)},${(this._y1 = +e)}`; |
| 7585 | } |
no outgoing calls
no test coverage detected