]> source.dussan.org Git - svg.js.git/commitdiff
Updated readme
authorwout <wout@impinc.co.uk>
Mon, 17 Dec 2012 09:20:54 +0000 (10:20 +0100)
committerwout <wout@impinc.co.uk>
Mon, 17 Dec 2012 09:20:54 +0000 (10:20 +0100)
README.md
Rakefile

index 80880909eb637e987a07264ce0a1f2e484e83ab8..1d4a1b36adaa933d77ae6d327d521457d3cfef35 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,28 @@
 # svg.js
 
-svg.js is a JavaScript library for manipulating SVG
-following the original SVG specification.
+svg.js is a JavaScript library for manipulating SVG.
 
 Have a look at [svgjs.com](http://svgjs.com) for a examples.
 
 svg.js is licensed under the terms of the MIT License.
+
+
+
+
+## Compatibility
+
+### Desktop
+Firefox 3+
+Chrome 4+
+Safari 3.2+
+Opera 9+
+IE 9+
+
+### Mobile
+iOS Safari 3.2+
+Android Browser 3+
+Blackberry 7+
+Opera Mini 5+
+Opera Mobile 10+
+Chrome for Android 18+
+Firefox for Android 15+
\ No newline at end of file
index f9ef0fface36cd0d0c67a4ec493cb1231dba749c..1340b1945ce8292bfca730b243b071b61dc2e53a 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
 SVGJS_VERSION = '0.1'
 
-DEFAULT_MODULES = %w[ svg container dispatcher draggable object element document defs group nested clip_path shape rect circle ellipse path image ]
+DEFAULT_MODULES = %w[ svg container object element document defs group clip_path shape rect circle ellipse path image ]
 
 KILO = 1024   # how many bytes in a "kilobyte"