Maui
Maui copied to clipboard
[BUG] AvatarView clipping on Windows isn't applied correctly to UriImageSource
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
When applying a StrokeShape, such as PolyLine to AvatarView, clipping on Windows where the ImageSource is a UriImageSource clipping is not applied correctly.

Expected Behavior
On Windwos the image should be clipped to the AvatarView stroke shape.
Steps To Reproduce
- Add an
AvatarViewcontrol. - Set as the
ImageSourcea Uri.
Link to public reproduction project repository
https://github.com/GeorgeLeithead/CommunityToolkitMaui/tree/510-Bug
Environment
- .NET MAUI CommunityToolkit: 1.2.0
- OS: windows10.0.19041.0
- .NET MAUI: 6.0.408
Anything else?
No response