MCPcopy
hub / github.com/microsoft/SandDance / moveTo

Method moveTo

docs/tests/v2/es6/js/sanddance.js:124180–124182  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

124178 }
124179
124180 moveTo(x, y) {
124181 this._ += `M${this._x0 = this._x1 = +x},${this._y0 = this._y1 = +y}`;
124182 }
124183
124184 closePath() {
124185 if (this._x1 !== null) {

Callers 15

arcFunction · 0.45
sanddance.jsFile · 0.45
curveHorizontalFunction · 0.45
curveVerticalFunction · 0.45
curveRadialFunction · 0.45
_defaultFunction · 0.45
rectangleFunction · 0.45
pointFunction · 0.45
pathFunction · 0.45
renderCellMethod · 0.45
_renderSegmentMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected