Update ImageAnnotationEditor.tsx

pull/3282/head
Steve Ruiz 2024-05-04 17:16:13 +01:00
rodzic efb33d0835
commit 912299116d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -138,7 +138,7 @@ export function ImageAnnotationEditor({
bounds: { w: image.width, h: image.height, x: 0, y: 0 },
padding: { x: 32, y: 64 },
origin: { x: 0.5, y: 0.5 },
behavior: 'inside',
behavior: 'contain',
},
zoomSteps: [1, 2, 4, 8],
zoomSpeed: 1,