(t, e, n, r)
| 14282 | : ((this._bgcolor = t), this); |
| 14283 | } |
| 14284 | resize(t, e, n, r) { |
| 14285 | return ( |
| 14286 | (this._width = t), |
| 14287 | (this._height = e), |
| 14288 | (this._origin = n || [0, 0]), |
| 14289 | (this._scale = r || 1), |
| 14290 | this |
| 14291 | ); |
| 14292 | } |
| 14293 | dirty() {} |
| 14294 | render(t, e) { |
| 14295 | const n = this; |
no outgoing calls
no test coverage detected