From: Alan Knowles Date: Wed, 22 Oct 2014 04:17:09 +0000 (+0800) Subject: raphael.js X-Git-Url: http://git.roojs.org/?p=raphael;a=commitdiff_plain;h=dff67d576be66470913cdfafba13f62703b97994 raphael.js --- 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);