Commit 0648cba9 authored by Dmitry Baranovskiy's avatar Dmitry Baranovskiy

IE8 patch from Lior Cohen.

parent 0fac6d90
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1879,7 +1879,7 @@ window.Raphael = (function () {
for (var i = 0, ii = dots[length]; i < ii; i++) {
dots[i].offset && clrs[push](dots[i].offset + S + dots[i].color);
}
fill.colors.value = clrs[length] ? clrs[join](",") : "0% " + fill.color;
fill.colors && (fill.colors.value = clrs[length] ? clrs[join](",") : "0% " + fill.color);
if (type == "radial") {
fill.focus = "100%";
fill.focussize = fxfy;
......
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 to comment