diff options
author | wout <wout@impinc.co.uk> | 2013-01-06 12:09:17 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-01-06 12:09:17 +0100 |
commit | ed023c001d44994adb415a79b6ed82c2858fbb33 (patch) | |
tree | f3fb222035d0c8a171a91f077a7ab3df6226b8ac /README.md | |
parent | 6175f1a3b22e9ec5959f275657f521b7b30379d1 (diff) | |
download | svg.js-ed023c001d44994adb415a79b6ed82c2858fbb33.tar.gz svg.js-ed023c001d44994adb415a79b6ed82c2858fbb33.zip |
fill() and stroke() accept a hex string
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 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 just under 4.5k. +The base library is 2.7k gzipped, with all bells and whistles about 4.5k. See [svgjs.com](http://svgjs.com) for an introduction, [documentation](http://svgjs.com/docs) and [some action](http://svgjs.com/test). |