zoomOut method

void zoomOut()

Implementation

void zoomOut() {
  scale = max(scale - _scaleChangeUnit, -_maxScaleMargin);
}