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

Method renderBounds

resources/vega.min.js:25263–25274  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

25261 return e && e.value();
25262 }
25263 renderBounds(t) {
25264 const e = null == t ? (t = new JF()) : void 0;
25265 return (
25266 t.rect(
25267 this.xmin,
25268 this.ymin,
25269 this.xmax - this.xmin,
25270 this.ymax - this.ymin,
25271 ),
25272 e && e.value()
25273 );
25274 }
25275 renderCell(t, e) {
25276 const n = null == e ? (e = new JF()) : void 0,
25277 r = this._clip(t);

Callers

nothing calls this directly

Calls 2

rectMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected