diff options
author | wout <wout@impinc.co.uk> | 2014-02-01 20:15:59 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-01 20:15:59 +0100 |
commit | 052f892af8d1af70732ee59fdc7f431788700a8a (patch) | |
tree | a2a6af98e9ef38f716439491e9b257c285a3f7b4 /README.md | |
parent | 11376f6ec53092bd3893a168f25a08983d7aff6c (diff) | |
download | svg.js-052f892af8d1af70732ee59fdc7f431788700a8a.tar.gz svg.js-052f892af8d1af70732ee59fdc7f431788700a8a.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2032,7 +2032,7 @@ SVG.off(window, 'click', click) ## Numbers -Numbers in svg.js have a dedicated number class to be able to process sting values. Creating a new number is simple: +Numbers in svg.js have a dedicated number class to be able to process string values. Creating a new number is simple: ```javascript var number = new SVG.Number('78%') |