diff --git a/app/src/components/SVGContent.vue b/app/src/components/SVGContent.vue index 309c0c8..9c98d91 100644 --- a/app/src/components/SVGContent.vue +++ b/app/src/components/SVGContent.vue @@ -11,7 +11,7 @@ Current position: {{ Math.round(bbox.x) }}x{{ Math.round(bbox.y) }}
- Zoom level: {{ currentTransform ? (Math.round(currentTransform.scale * 1000) / 1000) : '???' }} + Zoom level: {{ (Math.round(bbox.z * 1000) / 1000) }}