raphael.js
authorAlan Knowles <alan@roojs.com>
Wed, 22 Oct 2014 04:17:09 +0000 (12:17 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Oct 2014 04:17:09 +0000 (12:17 +0800)
raphael.js

index 75728ff..49d8800 100644 (file)
@@ -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);