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

Method resize

resources/vega.min.js:14284–14292  ·  view source on GitHub ↗
(t, e, n, r)

Source from the content-addressed store, hash-verified

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;

Callers 8

initializeMethod · 0.95
resizeMethod · 0.45
resizeMethod · 0.45
resizeMethod · 0.45
insertFunction · 0.45
evaluateFunction · 0.45
vega.min.jsFile · 0.45
eFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected