(e)
| 1068 | let base_x = 0; |
| 1069 | let base_y = 0; |
| 1070 | let pointerup = function(e) { |
| 1071 | dragging = false; |
| 1072 | e.preventDefault(); |
| 1073 | } |
| 1074 | let get_ratio = (function(elem) { |
| 1075 | let c_ratio = elem.clientWidth / elem.clientHeight; |
| 1076 | let target_ratio = this.width / this.height; |
nothing calls this directly
no outgoing calls
no test coverage detected