MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / newContour

Function newContour

libraries/p5.js:3264–3271  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

3262 var y = 0;
3263
3264 function newContour(x, y) {
3265 if (open) {
3266 p.closePath();
3267 }
3268
3269 p.moveTo(x, y);
3270 open = true;
3271 }
3272
3273 function parseStems() {
3274 var hasWidthArg;

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected