mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
fix: 修复默认值冲突,导致旋转属性不生效的问题
This commit is contained in:
parent
97e81d8d99
commit
a6e7158800
@ -45,7 +45,7 @@ export const option = {
|
||||
|
||||
// 文本旋转范围和程度的步骤。 文本将通过旋转步骤45在[-90,90]中随机旋转
|
||||
rotationRange: [0, 0],
|
||||
rotationStep: 45,
|
||||
rotationStep: 0,
|
||||
|
||||
// size of the grid in pixels for marking the availability of the canvas
|
||||
// 网格大小越大,单词之间的差距就越大。
|
||||
|
Loading…
Reference in New Issue
Block a user