SvgObject.prototype.setId = function setId(id){
    this.id = id;
    this.data.id = id;
};