()
| 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; |
no outgoing calls
no test coverage detected