Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ shape
Method
shape
core/src/processing/core/PApplet.java:12169–12172 ·
view source on GitHub ↗
(PShape shape)
Source
from the content-addressed store, hash-verified
12167
12168
12169
public
void
shape(PShape shape) {
12170
if
(recorder != null) recorder.shape(shape);
12171
g.shape(shape);
12172
}
12173
12174
12175
/**
Callers
2
drawChar
Method · 0.45
svgToImage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected