MCPcopy
hub / github.com/processing/p5.js / rendering.js

File rendering.js

test/unit/core/rendering.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import p5 from '../../../src/app.js';
2import { vi, expect } from 'vitest';
3
4suite('Rendering', function() {

Callers

nothing calls this directly

Calls 15

drawXFunction · 0.85
_getFillMethod · 0.80
_getStrokeMethod · 0.80
resizeCanvasMethod · 0.80
imageMethod · 0.80
lineMethod · 0.80
removeMethod · 0.45
pixelDensityMethod · 0.45
fillMethod · 0.45
strokeMethod · 0.45
strokeWeightMethod · 0.45
strokeCapMethod · 0.45

Tested by

no test coverage detected