(x, y)
| 140261 | this._ = ""; |
| 140262 | } |
| 140263 | moveTo(x, y) { |
| 140264 | this._ += `M${this._x0 = this._x1 = +x},${this._y0 = this._y1 = +y}`; |
| 140265 | } |
| 140266 | closePath() { |
| 140267 | if (this._x1 !== null) { |
| 140268 | this._x1 = this._x0, this._y1 = this._y0; |
no outgoing calls
no test coverage detected