To reproduce: ``` GlideImage( model = "https://connyduck.at/gradient.png", contentDescription = null, contentScale = ContentScale.Crop, alignment = BiasAlignment(-1f, -1f), modifier = Modifier.aspectRatio(1f), ) ``` Expected Result: <img width="100" height="100" alt="Image" src="https://github.com/user-attachments/assets/56ae77c8-7b1e-4aeb-a241-f65523475870" /> Actual Result: <img width="100" height="100" alt="Image" src="https://github.com/user-attachments/assets/7193780a-378f-435f-8927-300375823aa4" /> Interestingly, it works with `ContentScale.Fit`.