fix: 修复默认值冲突,导致旋转属性不生效的问题

This commit is contained in:
tnt group 2022-09-22 09:27:06 +08:00
parent 97e81d8d99
commit a6e7158800

View File

@ -45,7 +45,7 @@ export const option = {
// 文本旋转范围和程度的步骤。 文本将通过旋转步骤45在[-9090]中随机旋转
rotationRange: [0, 0],
rotationStep: 45,
rotationStep: 0,
// size of the grid in pixels for marking the availability of the canvas
// 网格大小越大,单词之间的差距就越大。