diff options
author | wout <wout@impinc.co.uk> | 2014-02-01 11:26:15 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-01 11:26:15 +0100 |
commit | 745a0148c9de8c14367507eb21355604a42e84d5 (patch) | |
tree | 902604da3d0204b21b4155a068d35e0aca0f68f6 | |
parent | 08c53d59fc3a43d906951b1a49bfef9a81c2f9f5 (diff) | |
download | svg.js-745a0148c9de8c14367507eb21355604a42e84d5.tar.gz svg.js-745a0148c9de8c14367507eb21355604a42e84d5.zip |
Updated README1.0.0-rc.2
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -693,7 +693,7 @@ rect.style('cursor', null) ``` -### move(), x() and y() +### move() Move the element to a given `x` and `y` position by its upper left corner: ```javascript |