MCPcopy Create free account
hub / github.com/alignoth/alignoth / context

Method context

resources/vega.min.js:14548–14553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 2

_renderMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected