aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-04-27 20:56:03 +0100
committerwout <wout@impinc.co.uk>2013-04-27 20:56:03 +0100
commit80f89b23313cbad8cf7dd2f25ebf760debde54e7 (patch)
treeae94f3dd4a90371458d5cdb3b36bc3a5c77af88e
parent6afb0006730768d03b787e840f6a71249c4a051e (diff)
downloadsvg.js-80f89b23313cbad8cf7dd2f25ebf760debde54e7.tar.gz
svg.js-80f89b23313cbad8cf7dd2f25ebf760debde54e7.zip
Updated README
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index a67cb7b..b5a3e50 100644
--- a/README.md
+++ b/README.md
@@ -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.