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

Method moveTo

external/.d3.js:6071–6073  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

6069 this._append = digits == null ? append$1 : appendRound$1(digits);
6070 }
6071 moveTo(x, y) {
6072 this._append`M${this._x0 = this._x1 = +x},${this._y0 = this._y1 = +y}`;
6073 }
6074 closePath() {
6075 if (this._x1 !== null) {
6076 this._x1 = this._x0, this._y1 = this._y0;

Callers 15

drawLineFunction · 0.45
.sparkline.jsFile · 0.45
ribbonFunction · 0.45
renderCellMethod · 0.45
_renderSegmentMethod · 0.45
renderMethod · 0.45
renderPointsMethod · 0.45
renderHullMethod · 0.45
renderTriangleMethod · 0.45
.d3.jsFile · 0.45
arcFunction · 0.45
pointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected