From dff67d576be66470913cdfafba13f62703b97994 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Oct 2014 12:17:09 +0800 Subject: [PATCH] raphael.js --- raphael.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raphael.js b/raphael.js index 75728ff..49d8800 100644 --- a/raphael.js +++ b/raphael.js @@ -3881,7 +3881,7 @@ window.Raphael.svg && function (R) { } clr[has]("opacity") && $(node, {"fill-opacity": clr.opacity > 1 ? clr.opacity / 100 : clr.opacity}); // falls through (this is where setting is done...) - + node.style.fill = clr.hex; case "stroke": clr = R.getRGB(value); -- 2.39.2