-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Windows] Fix for ImagePaint Not rendering in View #29205
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
base: main
Are you sure you want to change the base?
[Windows] Fix for ImagePaint Not rendering in View #29205
Conversation
Hey there @@HarishwaranVijayakumar! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
@@ -390,7 +390,7 @@ public override void SetFillPaint(Paint paint, RectF rectangle) | |||
|
|||
if (paint is ImagePaint imagePaint) | |||
{ | |||
if (imagePaint.Image is PlatformImage image) | |||
if (imagePaint.Image is Platform.PlatformImage image) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you include a test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsuarezruiz, I have added a test case
/azp run MAUI-UITests-public |
Azure Pipelines successfully started running 1 pipeline(s). |
Root Cause of the issue
Description of Change
Issues Fixed
Fixes #28725
Test Case
Tested the behaviour in the follwing platforms
Output