smoothC: function(x2, y2, x, y, relative) {
        relative = (isArray(x2) ? y2 : relative);
        return this._coords((relative ? 's' : 'S'), x2, y2, x, y);
    },