MCPcopy Create free account
hub / github.com/devforth/painterro / getScale

Method getScale

js/main.js:1359–1361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1357 }
1358
1359 getScale() {
1360 return this.canvas.getAttribute('width') / this.canvas.offsetWidth;
1361 }
1362
1363 adjustSizeFull() {
1364 const ratio = this.wrapper.documentClientWidth / this.wrapper.documentClientHeight;

Callers 11

constructorMethod · 0.95
zoomImageMethod · 0.95
initEventHandlersMethod · 0.95
setZoomMethod · 0.95
handleMouseMoveMethod · 0.45
handleMouseDownMethod · 0.45
applyMethod · 0.45
handleMouseDownMethod · 0.45
handleMouseDownMethod · 0.45
handleMouseMoveMethod · 0.45
handleMouseMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected