MCPcopy Index your code
hub / github.com/clips/pattern / push

Function push

pattern/canvas.js:1187–1192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1185/*--- TRANSFORMATIONS ------------------------------------------------------------------------------*/
1186
1187function push() {
1188 /* Pushes the transformation state.
1189 * Subsequent transformations (translate, rotate, scale) remain in effect until pop() is called.
1190 */
1191 _ctx.save();
1192}
1193
1194function pop() {
1195 /* Pops the transformation state.

Callers 3

beginclipFunction · 0.85
canvas.jsFile · 0.85
parse_xmlFunction · 0.85

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…