From 61f72045caa90d2a7dc79bba26181705dcada2aa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Oct 2014 12:16:44 +0800 Subject: [PATCH] raphael.js --- raphael.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/raphael.js b/raphael.js index a26213f..75728ff 100644 --- a/raphael.js +++ b/raphael.js @@ -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); -- 2.39.2