diff options
author | wout <wout@impinc.co.uk> | 2012-12-27 13:56:12 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-27 13:56:12 +0100 |
commit | b0360d1c0f96c3510aadbafd5f1392cc380fedcf (patch) | |
tree | f8934ad3ba0c934163c8f05fcc4927e7093fa3fc /README.md | |
parent | 819c6e5e8d5c0484364e3b937130851471d38965 (diff) | |
download | svg.js-b0360d1c0f96c3510aadbafd5f1392cc380fedcf.tar.gz svg.js-b0360d1c0f96c3510aadbafd5f1392cc380fedcf.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -140,15 +140,15 @@ rect.transform({ All available translations are: ```javascript rect.transform({ - x: _[translation on x-axis]_, - y: _[translation on y-axis]_, - rotation: _[degrees]_, - cx: _[x rotation point]_, - cy: _[y rotation point]_, - scaleX: _[scaling on x-axis]_, - scaleX: _[scaling on y-axis]_, - skewX: _[skewing on x-axis]_, - skewY: _[skewing on y-axis]_ + x: [translation on x-axis], + y: [translation on y-axis], + rotation: [degrees], + cx: [x rotation point], + cy: [y rotation point], + scaleX: [scaling on x-axis], + scaleX: [scaling on y-axis], + skewX: [skewing on x-axis], + skewY: [skewing on y-axis] }); ``` |