diff options
author | wout <wout@impinc.co.uk> | 2012-12-17 22:02:29 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-17 22:02:29 +0100 |
commit | 1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019 (patch) | |
tree | 6017c3ec8b8c7aa480cf519fe9f8e5c67fe436a9 | |
parent | dd303e096176e6fc95a1c36d1591491e11828147 (diff) | |
download | svg.js-1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019.tar.gz svg.js-1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019.zip |
Readme typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Note that you can also use the following code to move elements around: ```javascript rect.attr({ x: 20, y: 60 }) ``` -Although 'move()' is much more convenient because it will also use the upper left corner as the position reference, whereas with using 'attr()' the x an y reference differ between element types. For example, rect uses the upper left corner and circle uses the center. +Although 'move()' is much more convenient because it will always use the upper left corner as the position reference, whereas with using 'attr()' the x an y reference differ between element types. For example, rect uses the upper left corner and circle uses the center. #### Size |