(x, y, w, h)
| 140283 | this._ += `A${r},${r},0,1,1,${x - r},${y}A${r},${r},0,1,1,${this._x1 = x0},${this._y1 = y0}`; |
| 140284 | } |
| 140285 | rect(x, y, w, h) { |
| 140286 | this._ += `M${this._x0 = this._x1 = +x},${this._y0 = this._y1 = +y}h${+w}v${+h}h${-w}Z`; |
| 140287 | } |
| 140288 | value() { |
| 140289 | return this._ || null; |
| 140290 | } |
no outgoing calls
no test coverage detected