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

Method closePath

resources/vega.min.js:7579–7582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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`);
7582 }
7583 lineTo(t, e) {
7584 this._append`L${(this._x1 = +t)},${(this._y1 = +e)}`;
7585 }

Callers 6

vega.min.jsFile · 0.45
ygFunction · 0.45
lFunction · 0.45
renderCellMethod · 0.45
renderHullMethod · 0.45
renderTriangleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected