# 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
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"