ctx.prototype.clip = function () {
    var group = this.__closestGroupOrSvg(),
        clipPath = this.__createElement("clipPath"),
        id =  randomString(this.__ids),
        newGroup = this.__createElement("g");