(x, y)
| 6069 | this._append = digits == null ? append$1 : appendRound$1(digits); |
| 6070 | } |
| 6071 | moveTo(x, y) { |
| 6072 | this._append`M${this._x0 = this._x1 = +x},${this._y0 = this._y1 = +y}`; |
| 6073 | } |
| 6074 | closePath() { |
| 6075 | if (this._x1 !== null) { |
| 6076 | this._x1 = this._x0, this._y1 = this._y0; |
no outgoing calls
no test coverage detected