Skip to content

Commit d2bb19c

Browse files
committed
change example scaling anchor
1 parent af4c8f2 commit d2bb19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const myBox = eBox.createBox({
3636
myBox.setScale([scaleIn, 100], 'topLeft');
3737

3838
// Scale the box off from the right
39-
myBox.setScale([scaleOut, 100], 'topRight');
39+
myBox.setScale([scaleOut, 100], 'bottomRight');
4040

4141
// Return the box path
4242
myBox.getPath();

0 commit comments

Comments
 (0)