]> source.dussan.org Git - svg.js.git/commitdiff
Updated readme
authorwout <wout@impinc.co.uk>
Sun, 23 Dec 2012 11:40:09 +0000 (12:40 +0100)
committerwout <wout@impinc.co.uk>
Sun, 23 Dec 2012 11:40:09 +0000 (12:40 +0100)
README.md

index abff52813c6291d5b05c8a78ca61853beab25184..eebf44b49db843f03a1d363da1b3b18790ca4456 100644 (file)
--- a/README.md
+++ b/README.md
@@ -150,7 +150,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 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 with the 'x' and 'y' attributes, circle and ellipse use their centre with the 'cx' and 'cy' attributes.
+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 with the 'x' and 'y' attributes, circle and ellipse use their centre with the 'cx' and 'cy' attributes and thereby simply ignoring the 'x' and 'y' values you might assign.
 
 
 ### Size