Blur returning this. By @i-arindam
This commit is contained in:
parent
95ebe5a23b
commit
2cd46661e5
File diff suppressed because one or more lines are too long
|
|
@ -6817,6 +6817,7 @@
|
|||
}
|
||||
t.node.removeAttribute("filter");
|
||||
}
|
||||
return t;
|
||||
};
|
||||
R._engine.circle = function (svg, x, y, r) {
|
||||
var el = $("circle");
|
||||
|
|
@ -7753,6 +7754,7 @@
|
|||
s.margin = 0;
|
||||
delete this.attrs.blur;
|
||||
}
|
||||
return this;
|
||||
};
|
||||
|
||||
R._engine.path = function (pathString, vml) {
|
||||
|
|
|
|||
|
|
@ -1144,6 +1144,7 @@ window.Raphael && window.Raphael.svg && function(R) {
|
|||
}
|
||||
t.node.removeAttribute("filter");
|
||||
}
|
||||
return t;
|
||||
};
|
||||
R._engine.circle = function (svg, x, y, r) {
|
||||
var el = $("circle");
|
||||
|
|
|
|||
|
|
@ -715,6 +715,7 @@ window.Raphael && window.Raphael.vml && function(R) {
|
|||
s.margin = 0;
|
||||
delete this.attrs.blur;
|
||||
}
|
||||
return this;
|
||||
};
|
||||
|
||||
R._engine.path = function (pathString, vml) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue