MCPcopy Create free account
hub / github.com/breck7/scroll / renderBounds

Method renderBounds

external/.d3.js:7645–7649  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

7643 return buffer && buffer.value();
7644 }
7645 renderBounds(context) {
7646 const buffer = context == null ? context = new Path : undefined;
7647 context.rect(this.xmin, this.ymin, this.xmax - this.xmin, this.ymax - this.ymin);
7648 return buffer && buffer.value();
7649 }
7650 renderCell(i, context) {
7651 const buffer = context == null ? context = new Path : undefined;
7652 const points = this._clip(i);

Callers

nothing calls this directly

Calls 2

rectMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected