-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] AvatarView clipping on Windows isn't applied correctly to UriImageSource #632
Comments
Hi @GeorgeLeithead. We have added the "needs reproduction" label to this issue, which indicates that we cannot take further action. This issue will be closed automatically in 5 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Hey @GeorgeLeithead! I just tried the link for the reproduction sample and it looks to be dead. When you get a chance, could update the link so that we can dig into it? Apologies for not jumping on this sooner. |
@brminnick I'll actually "have" time to look into this next week. Will keep this thread updated accordingly. |
Oh - no way! Thanks George!! In the meantime, I'll assign this one to you. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 2 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Looks like having .NET MAUI upgraded from 6.0.408 to 7.0.200 has solved the clipping issue when using an |
However, the 'Sample' for the @brminnick How would you like me to handle these two issues? For the MAUI issue 4736, it's resolved by adding the
For the
|
Thanks George! You can open just one PR, fix both issues, link it to this GitHub Issue, and tag me for review. |
Is there an existing issue for this?
Current Behavior
When applying a
StrokeShape
, such asPolyLine
toAvatarView
, clipping on Windows where theImageSource
is aUriImageSource
clipping is not applied correctly.Expected Behavior
On Windwos the image should be clipped to the
AvatarView
stroke shape.Steps To Reproduce
AvatarView
control.ImageSource
a Uri.Link to public reproduction project repository
https://github.com/GeorgeLeithead/CommunityToolkitMaui/tree/632-BUG-AvatarView-clipping-on-Windows
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: