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

Function resize

external/.d3.js:6698–6703  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6696 }
6697
6698 function resize() {
6699 o = r * 3;
6700 n = (dx + o * 2) >> k;
6701 m = (dy + o * 2) >> k;
6702 return density;
6703 }
6704
6705 density.x = function(_) {
6706 return arguments.length ? (x = typeof _ === "function" ? _ : constant$5(+_), density) : x;

Callers 1

densityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected