MCPcopy Index your code
hub / github.com/processing/p5.js / shapes.js

File shapes.js

test/unit/visual/cases/shapes.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { visualSuite, visualTest } from '../visualTest';
2
3visualSuite('Shape drawing', function() {
4 for (const mode of ['2D', 'WebGL']) {

Callers

nothing calls this directly

Calls 15

visualSuiteFunction · 0.90
visualTestFunction · 0.90
vertexCircleFunction · 0.85
normalMethod · 0.80
noStrokeMethod · 0.80
noFillMethod · 0.80
setupFunction · 0.70
beginShapeMethod · 0.45
vertexMethod · 0.45
endShapeMethod · 0.45
beginContourMethod · 0.45
endContourMethod · 0.45

Tested by

no test coverage detected