Description
Description
Extension of #9734
Button with an image fails to correctly scale the source image to the size of the button this results in the full size image being displayed in Android and a skewed image in iOS
Steps to Reproduce
Create a new example Maui App
Add the following line of xaml to MainPage.xaml
<Button
ImageSource="dotnet_bot.png"
Text="Im a happy button"
HeightRequest="40"
WidthRequest="200"/>
Run the solution, works correctly in WinUI and results in the full sized image next to the button in Android and the image skewed and distorted but with the correct height in iOS
I expect this to correctly render the image in the button to the left of the text in the button using the heightrequest to scale down to the requested height maintaining the images aspect ratio, see WinUI example above where the image and button are rendered correctly
Version with bug
6.0.486 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15.5
Did you find any workaround?
Reduce the image size manually to be the correct size desired on a device
Relevant log output
No response
Metadata
Assignees
Type
Projects
Status
Done