Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITSpinAndZoomWindowEffect.m
index 44b3ad3..910a21a 100644 (file)
     NSPoint translation;
        NSRect winFrame = [_window frame];
        
+    scale = MAX(scale, 0.000001);
+    
     translation.x = (winFrame.size.width / 2.0);
     translation.y = (winFrame.size.height / 2.0);
     transform = CGAffineTransformMakeTranslation(translation.x, translation.y);