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

Method push

src/core/p5.Renderer3D.js:1329–1336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1327 }
1328
1329 push() {
1330 super.push()
1331 const saved = !!(this.states.textFont?.font);
1332 if (saved) {
1333 this.textDrawingContext().save()
1334 }
1335 this._textContextSavedStack.push(saved);
1336 }
1337
1338 pop(...args) {
1339 if (

Callers 5

filterMethod · 0.95
beginClipMethod · 0.95
_drawGeometryMethod · 0.45
backgroundMethod · 0.45
endClipMethod · 0.45

Calls 2

textDrawingContextMethod · 0.95
saveMethod · 0.80

Tested by

no test coverage detected