From c73a2014c3dd754926c03a49184a0f247f816713 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 7 May 2020 17:52:53 +0200 Subject: [PATCH] :sparkles: Add more zoom levels. --- frontend/src/uxbox/main/constants.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/constants.cljs b/frontend/src/uxbox/main/constants.cljs index f2b852de3b..0895a18cc6 100644 --- a/frontend/src/uxbox/main/constants.cljs +++ b/frontend/src/uxbox/main/constants.cljs @@ -27,7 +27,8 @@ :background "#ffffff"}) (def zoom-levels - [0.20 0.21 0.22 0.23 0.24 0.25 0.27 0.28 0.30 0.32 0.34 + [0.01 0.03 0.05 0.07 0.09 0.10 0.11 0.13 0.15 0.18 + 0.20 0.21 0.22 0.23 0.24 0.25 0.27 0.28 0.30 0.32 0.34 0.36 0.38 0.40 0.42 0.44 0.46 0.48 0.50 0.54 0.57 0.60 0.63 0.66 0.69 0.73 0.77 0.81 0.85 0.90 0.95 1.00 1.05 1.10 1.15 1.21 1.27 1.33 1.40 1.47 1.54 1.62 1.70 1.78