diff options
author | wout <wout@impinc.co.uk> | 2012-12-27 14:18:39 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-27 14:18:39 +0100 |
commit | 9501ce94a95d2ec6834f9f1931557602901b960a (patch) | |
tree | 85fb310a160ac725ff6631864b112359f745ff35 | |
parent | af6df99a9f027cd984cc5c0454cf08c3bbbc11ff (diff) | |
download | svg.js-9501ce94a95d2ec6834f9f1931557602901b960a.tar.gz svg.js-9501ce94a95d2ec6834f9f1931557602901b960a.zip |
Added test page to README
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -433,8 +433,6 @@ _The Rakefile has been borrowed from [madrobby's](https://github.com/madrobby) [ ## Compatibility -Important: this library is still in alpha, therefore the API might be subject to change in the course of development. - ### Desktop - Firefox 3+ - Chrome 4+ @@ -447,4 +445,8 @@ Important: this library is still in alpha, therefore the API might be subject to - Android Browser 3+ - Opera Mobile 10+ - Chrome for Android 18+ -- Firefox for Android 15+
\ No newline at end of file +- Firefox for Android 15+ + +Visit the [svg.js test page](http://svgjs.com/test) if you want to check compatibility with different browsers. + +Important: this library is still in alpha, therefore the API might be subject to change in the course of development. |