MCPcopy Index your code
hub / github.com/microsoft/SandDance / rectangle

Function rectangle

docs/app/js/sanddance-app.js:121832–121834  ·  view source on GitHub ↗
(context21, item, x9, y8)

Source from the content-addressed store, hash-verified

121830 return lineShape.curve(curves(interp, item.orient, item.tension)).context(context20)(items);
121831}
121832function rectangle(context21, item, x9, y8) {
121833 return rectShape.context(context21)(item, x9, y8);
121834}
121835function shape$1(context22, item) {
121836 return (item.mark.shape || item.shape).context(context22)(item);
121837}

Callers 6

clip$1Function · 0.70
clipGroupFunction · 0.70
emitRectangleFunction · 0.70
rectanglePathFunction · 0.70
attr$2Function · 0.70
draw$2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected