Skip to content

Commit f4ed618

Browse files
committed
indent setScale parameter details
1 parent 697adb3 commit f4ed618

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ myBox.getPath();
110110
<br>
111111

112112
- **`scale`:** Scale of the box
113-
- Type: `array`
114-
- Range: `[0..100, 0..100]`
115-
- Required: `true`
113+
- Type: `array`
114+
- Range: `[0..100, 0..100]`
115+
- Required: `true`
116116
- **`anchor`:** The anchor point that will be at the given `position`
117-
- Type: `string`
118-
- Options: `topLeft, topRight, bottomLeft, bottomRight, center`
119-
- Required: `true`
117+
- Type: `string`
118+
- Options: `topLeft, topRight, bottomLeft, bottomRight, center`
119+
- Required: `true`
120120
</details>
121121
<br>
122122

0 commit comments

Comments
 (0)