MCPcopy Create free account
hub / github.com/alignoth/alignoth / moveTo

Method moveTo

resources/vega.min.js:7575–7578  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

7573 })(t)));
7574 }
7575 moveTo(t, e) {
7576 this
7577 ._append`M${(this._x0 = this._x1 = +t)},${(this._y0 = this._y1 = +e)}`;
7578 }
7579 closePath() {
7580 null !== this._x1 &&
7581 ((this._x1 = this._x0), (this._y1 = this._y0), this._append`Z`);

Callers 11

vega.min.jsFile · 0.45
drawFunction · 0.45
ygFunction · 0.45
lFunction · 0.45
xyFunction · 0.45
renderCellMethod · 0.45
_renderSegmentMethod · 0.45
renderMethod · 0.45
renderPointsMethod · 0.45
renderHullMethod · 0.45
renderTriangleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected