Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
p5 from
'../../../src/app.js'
;
2
import
{ vi, expect } from
'vitest'
;
3
4
suite(
'Rendering'
,
function
() {
Callers
nothing calls this directly
Calls
15
drawX
Function · 0.85
_getFill
Method · 0.80
_getStroke
Method · 0.80
resizeCanvas
Method · 0.80
image
Method · 0.80
line
Method · 0.80
remove
Method · 0.45
pixelDensity
Method · 0.45
fill
Method · 0.45
stroke
Method · 0.45
strokeWeight
Method · 0.45
strokeCap
Method · 0.45
Tested by
no test coverage detected