mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 修复默认值冲突,导致旋转属性不生效的问题
This commit is contained in:
parent
3ac03973fb
commit
f126fc3d04
@ -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…
x
Reference in New Issue
Block a user