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

Method lineTo

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

Source from the content-addressed store, hash-verified

6078 }
6079 }
6080 lineTo(x, y) {
6081 this._append`L${this._x1 = +x},${this._y1 = +y}`;
6082 }
6083 quadraticCurveTo(x1, y1, x, y) {
6084 this._append`Q${+x1},${+y1},${this._x1 = +x},${this._y1 = +y}`;
6085 }

Callers 13

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

Calls

no outgoing calls

Tested by

no test coverage detected