From 324e9194a7624c5c0a795911fedcbc339630efed Mon Sep 17 00:00:00 2001 From: wout Date: Mon, 17 Dec 2012 10:20:54 +0100 Subject: [PATCH] Updated readme --- README.md | 24 ++++++++++++++++++++++-- Rakefile | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8088090..1d4a1b3 100644 --- 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 diff --git a/Rakefile b/Rakefile index f9ef0ff..1340b19 100644 --- 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" -- 2.39.5