MCPcopy
hub / github.com/vercel/next.js / newContour

Function newContour

packages/next/src/compiled/@vercel/og/index.edge.js:11335–11341  ·  view source on GitHub ↗
(x3, y2)

Source from the content-addressed store, hash-verified

11333 }
11334 var width = defaultWidthX;
11335 function newContour(x3, y2) {
11336 if (open) {
11337 p.closePath();
11338 }
11339 p.moveTo(x3, y2);
11340 open = true;
11341 }
11342 function parseStems() {
11343 var hasWidthArg;
11344 hasWidthArg = stack.length % 2 !== 0;

Callers 1

parse2Function · 0.70

Calls 1

moveToMethod · 0.80

Tested by

no test coverage detected