* @param {number} pixel * @return {number}
(pixel: number)
| 1300 | * @return {number} |
| 1301 | */ |
| 1302 | getDecimalForPixel(pixel: number): number; |
| 1303 | /** |
| 1304 | * Utility for getting the pixel location of a percentage of scale |
| 1305 | * The coordinate (0, 0) is at the upper-left corner of the canvas |
no outgoing calls
no test coverage detected