Hey, folks. I’m making a zooming system a la Google Maps, and the thing that’s being zoomed is a Bitmap. And at a certain scale, the whole chalupa just vanishes. It reappears if I zoom out, but at a certain threshold, it simply stops rendering entirely. Why’s that happening? And if I want to validate the scale in my zooming function to prevent the user from zooming in too far, how do I know exactly when the Bitmap will vanish?