Hello,
I can get this [unknow process name]"Invalid color: colored pattern specified with uncolored pattern color space." from Application Output window.
I find this above error only occurs in iOS platform. Android and windows platform do not have this error in output window.
If you comment out canvas.SetFillPaint(thePaint, RectF.Zero);
, then use canvas.FillCircle(objRect.Center, objRect.Width / 2);
directly, this error will disappear. There are some conflicts between SetFillPaint
and FillCircle
.
I check the source code about the SetFillPaint
and FillCircle
, I cannot find related error information.
Please report this issue in the MAUI GitHub repo.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.