diff options
author | wout <wout@impinc.co.uk> | 2013-02-20 19:39:22 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-02-20 19:39:22 +0100 |
commit | b2ac1419a015cf1d00ce5bb7b536cd1906e25c17 (patch) | |
tree | 5bbbdeb886ff4c88fcc8a039c834bd6def9ecf82 | |
parent | 4e56df6d9c0083d8e4e52b1f3869f20ded358a81 (diff) | |
download | svg.js-b2ac1419a015cf1d00ce5bb7b536cd1906e25c17.tar.gz svg.js-b2ac1419a015cf1d00ce5bb7b536cd1906e25c17.zip |
Updated README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ The `viewBox` attribute of an `<svg>` element can be managed with the `viewbox() draw.viewbox(0, 0, 297, 210) ``` -Without any attributes a an instance of `SVG.ViewBox` will be returned: +Without any attributes an instance of `SVG.ViewBox` will be returned: ```javascript var box = draw.viewbox() |