diff options
author | wout <wout@impinc.co.uk> | 2012-12-28 00:30:49 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-28 00:30:49 +0100 |
commit | c8be3da4ddeb80b7ca1a24df07cdca671b35c68a (patch) | |
tree | c02c8f8cc8cfd52587f6eeee3de5dab1d9f5295f /README.md | |
parent | c34cd51a36d015a7bb60e9056db59b6b16909593 (diff) | |
download | svg.js-c8be3da4ddeb80b7ca1a24df07cdca671b35c68a.tar.gz svg.js-c8be3da4ddeb80b7ca1a24df07cdca671b35c68a.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ rect.size(200, 300); Same as with `move()` the size of an element could be set by using `attr()`. But because every type of element is handles its size differently the `size()` method is much more convenient. -### Centre +### Center This is an extra method to move an element by its center: ```javascript |