Blur returning this. By @i-arindam

This commit is contained in:
Tomas Alabes 2013-05-19 19:16:13 -03:00
parent 95ebe5a23b
commit 2cd46661e5
4 changed files with 5 additions and 1 deletions

2
raphael-min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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) {

View File

@ -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");

View File

@ -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) {