more concise definition

This commit is contained in:
rexept
2024-10-25 21:29:40 -06:00
parent 8c72051ccb
commit 3cdf15bae9

View File

@@ -212,7 +212,7 @@ pub enum ResizeStrategy {
Crop,
/// Resize the image to fit inside the screen, preserving the original aspect ratio
Fit,
/// Resize the image to stretch across the screen
/// Resize the image to fit inside the screen, without preserving the original aspect ratio
Stretch,
}