From 6dc29405da460057bddeaeda362cc7cee84959f6 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 14 Jul 2022 09:46:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BF=E7=9C=9F=E7=BC=A9=E6=94=BE=E6=AF=94?= =?UTF-8?q?=E4=BE=8B=20=E5=A2=9E=E5=8A=A00.3=E3=80=810.5=E3=80=810.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/options.js | 2 +- src/jmapNew/transformHandleScreen.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jmapNew/options.js b/src/jmapNew/options.js index c2b07e786..b8840f9a2 100644 --- a/src/jmapNew/options.js +++ b/src/jmapNew/options.js @@ -2,7 +2,7 @@ class Options { constructor(opts, trigger) { this.scaleIndex = 0; this.scaleList = [ - 0.2, 0.4, 0.6, 0.8, 0.9, + 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.2, 1.4, 1.6, 1.8, 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, diff --git a/src/jmapNew/transformHandleScreen.js b/src/jmapNew/transformHandleScreen.js index 7de040eda..2f1fab3c1 100644 --- a/src/jmapNew/transformHandleScreen.js +++ b/src/jmapNew/transformHandleScreen.js @@ -8,7 +8,7 @@ class TransformHandle { this.scale = ''; this.scaleIndex = 0; this.scaleList = [ - 0.2, 0.4, 0.6, 0.8, 0.9, + 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.2, 1.4, 1.6, 1.8, 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8,