diff options
author | wout <wout@impinc.co.uk> | 2013-01-06 19:01:01 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-01-06 19:01:01 +0100 |
commit | 661d1f8058a26f883a17d926577e96dcc3818df0 (patch) | |
tree | a03abaefe62fb1bbdee7fe99c8b0cd8b92547a45 /README.md | |
parent | 50e1e48708d86ac0392348190f36d6c0c557a1d6 (diff) | |
download | svg.js-661d1f8058a26f883a17d926577e96dcc3818df0.tar.gz svg.js-661d1f8058a26f883a17d926577e96dcc3818df0.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ A lightweight library for manipulating and animating SVG. Svg.js is licensed under the terms of the MIT License. -The base library is 2.7k gzipped, with all bells and whistles about 4.5k. +The base library is 2.7k gzipped, with all bells and whistles about 4.6k. See [svgjs.com](http://svgjs.com) for an introduction, [documentation](http://svgjs.com/docs) and [some action](http://svgjs.com/test). @@ -698,7 +698,7 @@ $ rake concat[-clip:group:arrange] dist To build the base library only including shapes: ``` sh -rake concat[-fx:-event:-group:-arrange:-mask:-gradient:-nested:-sugar] dist +rake concat[-fx:-event:-group:-arrange:-mask:-pattern:-gradient:-nested:-sugar] dist ``` _The Rakefile has been borrowed from [madrobby's](https://github.com/madrobby) [Zepto](https://github.com/madrobby/zepto)_ |