Using the bounds as a mean to zoom causes some complications. It was introduced to animate the zoom. But the various computation makes the factor not stable.
See #46
Using a ZoomModel, the code can control the actual zoom factor, the model should be able to perform the necessary checks (scale to low, too high).
Using the bounds as a mean to zoom causes some complications. It was introduced to animate the zoom. But the various computation makes the factor not stable.
See #46
Using a
ZoomModel, the code can control the actual zoom factor, the model should be able to perform the necessary checks (scale to low, too high).