()
| 14546 | return this._canvas; |
| 14547 | } |
| 14548 | context() { |
| 14549 | return ( |
| 14550 | this._options.externalContext || |
| 14551 | (this._canvas ? this._canvas.getContext("2d") : null) |
| 14552 | ); |
| 14553 | } |
| 14554 | dirty(t) { |
| 14555 | const e = this._tempb.clear().union(t.bounds); |
| 14556 | let n = t.mark.group; |