* Zooms in around `center` by shrinking the span by `factor`. * * `factor <= 1` is treated as a no-op.
(center: number, factor: number)
| 17 | * `factor <= 1` is treated as a no-op. |
| 18 | */ |
| 19 | zoomIn(center: number, factor: number): void; |
| 20 | /** |
| 21 | * Zooms out around `center` by growing the span by `factor`. |
| 22 | * |
no outgoing calls
no test coverage detected