From 4e3dc293374c80fe41eb9e3137273bb0636204ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 17 Jan 2021 15:11:03 +0100 Subject: [PATCH] also hide devpanel --- app/src/components/SVGContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/SVGContent.vue b/app/src/components/SVGContent.vue index 8026d83..20a71d6 100644 --- a/app/src/components/SVGContent.vue +++ b/app/src/components/SVGContent.vue @@ -9,7 +9,7 @@ -
+
Current viewport position: {{ Math.round(bbox.x) }}x{{ Math.round(bbox.y) }}