if (low < 0) {
            var koeffLow = (deltaLow >= limit) ? -deltaLow : 0;
            extent[0] = (extent[0] - koeffLow);
        }