elproto.show = function () {
        !this.removed && this.paper.safari(this.node.style.display = "");
        return this;
    };