Upgrade Eve, Fixed sets in VML and clone() method
[raphael] / raphael.core.js
index ce9ceae..32b53a9 100644 (file)
         if (this.removed) {
             return null;
         }
-        return this.paper[this.type]().attr(this.attr());
+        var out = this.paper[this.type]().attr(this.attr());
+        this.__set__ && this.__set__.push(out);
+        return out;
     };
     /*\
      * Element.glow