Commit dfc1f88c by Dmitry Baranovskiy

Hot fix.

parent 5b9602db
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -163,6 +163,11 @@ Raphael = (function () {
s = h.s;
h = h.h;
}
if (h > 1 || s > 1 || l > 1) {
h /= 255;
s /= 255;
l /= 255;
}
var rgb = {},
channels = ["r", "g", "b"],
t2, t1, t3, r, g, b;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment