Commit dcb5680f by Dmitry Baranovskiy

Updated default filling in IE to none.

parent dfe115a9
......@@ -297,7 +297,7 @@ var Raphael = (function (type) {
if (params.fill) {
fill.on = true;
}
if (params.fill == "none") {
if (fill.on == undefined || params.fill == "none") {
fill.on = false;
}
if (fill.on && params.fill) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment