* Zooms out around `center` by growing the span by `factor`. * * `factor <= 1` is treated as a no-op.
(center: number, factor: number)
| 23 | * `factor <= 1` is treated as a no-op. |
| 24 | */ |
| 25 | zoomOut(center: number, factor: number): void; |
| 26 | /** |
| 27 | * Pans the zoom window by `delta` percent points (preserving span). |
| 28 | */ |
no outgoing calls
no test coverage detected