Remove comments
This commit is contained in:
parent
89046d5b70
commit
a300e42dd5
10
raphael.js
10
raphael.js
|
|
@ -779,17 +779,7 @@ var Raphael = (function (type) {
|
||||||
var p = new Element(el, SVG);
|
var p = new Element(el, SVG);
|
||||||
if (params) {
|
if (params) {
|
||||||
setFillAndStroke(p, params);
|
setFillAndStroke(p, params);
|
||||||
// for (var attr in params) {
|
|
||||||
// if (params.gradient) {
|
|
||||||
// addGrdientFill(el, params.gradient, SVG);
|
|
||||||
// } else {
|
|
||||||
// el.setAttribute(attr, params[attr]);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
// for (var attr in params) {
|
|
||||||
// p.attrs[attr] = params[attr];
|
|
||||||
// }
|
|
||||||
p.isAbsolute = true;
|
p.isAbsolute = true;
|
||||||
p.path = [];
|
p.path = [];
|
||||||
p.last = {x: 0, y: 0, bx: 0, by: 0};
|
p.last = {x: 0, y: 0, bx: 0, by: 0};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue