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

index a26213f..75728ff 100644 (file)
@@ -3880,6 +3880,9 @@ window.Raphael.svg && function (R) {
                             break;
                         }
                         clr[has]("opacity") && $(node, {"fill-opacity": clr.opacity > 1 ? clr.opacity / 100 : clr.opacity});
                             break;
                         }
                         clr[has]("opacity") && $(node, {"fill-opacity": clr.opacity > 1 ? clr.opacity / 100 : clr.opacity});
+                        // falls through (this is where setting is done...)
+                        
+                        
                     case "stroke":
                         clr = R.getRGB(value);
                         node.setAttribute(att, clr.hex);
                     case "stroke":
                         clr = R.getRGB(value);
                         node.setAttribute(att, clr.hex);