From: Alan Knowles Date: Wed, 22 Oct 2014 04:16:44 +0000 (+0800) Subject: raphael.js X-Git-Url: http://git.roojs.org/?p=raphael;a=commitdiff_plain;h=61f72045caa90d2a7dc79bba26181705dcada2aa raphael.js --- 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);