MCPcopy
hub / github.com/shzlw/zeu / save

Method save

src/base-component.js:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 save() {
119 this._ctx.save();
120 this.scale();
121 }
122
123 addToAnimationQueue() {
124 let index = this.getAnimationFrameArrayPos();

Callers 4

drawFrameMethod · 0.95
drawTimeMethod · 0.80
drawObjectMethod · 0.80
drawObjectMethod · 0.80

Calls 1

scaleMethod · 0.95

Tested by

no test coverage detected