diff --git a/app/src/components/SVGContent.vue b/app/src/components/SVGContent.vue index 51e4ed3..ae48b7a 100644 --- a/app/src/components/SVGContent.vue +++ b/app/src/components/SVGContent.vue @@ -8,10 +8,15 @@
- Current position: {{ Math.round(bbox.x) }}x{{ Math.round(bbox.y) }} + Current viewport position: + {{ Math.round(bbox.x) }}x{{ Math.round(bbox.y) }}
- Zoom level: {{ (Math.round(bbox.z * 1000) / 1000) }} + Current cursor position: + {{ Math.round(mousePosition.x) }}x{{ Math.round(mousePosition.y) }} +
+
+ Zoom level:{{ (Math.round(bbox.z * 1000) / 1000) }}