(y, ratio, height, yInvert)
| 59446 | return r; |
| 59447 | } |
| 59448 | function scaleY(y, ratio, height, yInvert) { |
| 59449 | return yInvert ? Math.max(0, height - 1 - Math.round(y * ratio)) : Math.min(Math.round(y * ratio), height - 1); |
| 59450 | } |
| 59451 | |
| 59452 | },{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"g6G3D":[function(require,module,exports) { |
| 59453 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
no test coverage detected