diff options
author | wout <wout@impinc.co.uk> | 2013-04-27 20:56:03 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-04-27 20:56:03 +0100 |
commit | 80f89b23313cbad8cf7dd2f25ebf760debde54e7 (patch) | |
tree | ae94f3dd4a90371458d5cdb3b36bc3a5c77af88e | |
parent | 6afb0006730768d03b787e840f6a71249c4a051e (diff) | |
download | svg.js-80f89b23313cbad8cf7dd2f25ebf760debde54e7.tar.gz svg.js-80f89b23313cbad8cf7dd2f25ebf760debde54e7.zip |
Updated README
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -501,9 +501,7 @@ Svg.js has a dedicated color module handling different types of colors. Accepted - hex string; three based (e.g. #f06) or six based (e.g. #ff0066) - rgb string; e.g. rgb(255, 0, 102) -- hsb string; e.g. hsb(336, 100, 100) - rgb object; e.g. { r: 255, g: 0, b: 102 } -- hsb object; e.g. { r: 336, g: 100, b: 100 } Note that when working with objects is important to provide all three values every time. |