raphael.js
[raphael] / 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);