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

Function reset

pattern/canvas.js:1230–1235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1228}
1229
1230function reset() {
1231 /* Resets the transform state of the canvas.
1232 */
1233 _ctx.restore();
1234 _ctx.save();
1235}
1236
1237/*##################################################################################################*/
1238

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…