raphael.js
[raphael] / raphael.js
index 79dd27d..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});
+                        // falls through (this is where setting is done...)
+                        
+                        
                     case "stroke":
                         clr = R.getRGB(value);
                         node.setAttribute(att, clr.hex);
@@ -4608,7 +4611,7 @@ window.Raphael.vml && function (R) {
         stroke[se + "arrowwidth"] = h;
     },
     setFillAndStroke = function (o, params) {
-        Roo.log( ['setFillAndStroke' , o, params]);
+        //Roo.log( ['setFillAndStroke' , o, params]);
         // o.paper.canvas.style.display = "none";
         o.attrs = o.attrs || {};
         var node = o.node,