diff --git a/src/components/SVGContent.svelte b/src/components/SVGContent.svelte index 5d2604f..f18fbe3 100644 --- a/src/components/SVGContent.svelte +++ b/src/components/SVGContent.svelte @@ -99,8 +99,8 @@ // PanZoom const pz = createPanZoom(root, { smoothScroll: false, - minZoom: 0.05, - maxZoom: 3637937, + minZoom: 0.1, + maxZoom: 2, zoomSpeed: 0.05, zoomDoubleClickSpeed: 1, beforeMouseDown: () => {