aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-27 13:56:12 +0100
committerwout <wout@impinc.co.uk>2012-12-27 13:56:12 +0100
commitb0360d1c0f96c3510aadbafd5f1392cc380fedcf (patch)
treef8934ad3ba0c934163c8f05fcc4927e7093fa3fc /README.md
parent819c6e5e8d5c0484364e3b937130851471d38965 (diff)
downloadsvg.js-b0360d1c0f96c3510aadbafd5f1392cc380fedcf.tar.gz
svg.js-b0360d1c0f96c3510aadbafd5f1392cc380fedcf.zip
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 60bb727..fef40dd 100644
--- a/README.md
+++ b/README.md
@@ -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]
});
```