MCPcopy Create free account
hub / github.com/microsoft/SandDance / initPath

Function initPath

docs/tests/v2/es6/js/sanddance.js:118011–118020  ·  view source on GitHub ↗
(path, pointRadius)

Source from the content-addressed store, hash-verified

118009};
118010
118011function initPath(path, pointRadius) {
118012 var prev = path.pointRadius();
118013 path.context(null);
118014
118015 if (pointRadius != null) {
118016 path.pointRadius(pointRadius);
118017 }
118018
118019 return prev;
118020}
118021},{"vega-dataflow":"luN0","vega-projection":"WpLm","vega-util":"d61Z"}],"zI1P":[function(require,module,exports) {
118022"use strict";
118023

Callers 1

sanddance.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected