From: wout Date: Mon, 17 Dec 2012 21:02:29 +0000 (+0100) Subject: Readme typo X-Git-Tag: 0.1~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019;p=svg.js.git Readme typo --- diff --git a/README.md b/README.md index d15f6a1..155395f 100644 --- a/README.md +++ b/README.md @@ -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