目前,Im正在使用一个项目。 NET MAUI,利用“途径”和“Canvas”部分,绘制各种形状和 lines。 然而,在扩大这些绘画时,我会遇到肥胖问题。 看来质量下降,导致风.和清晰可见度下降。 这个问题没有出现在安乐文和里文平台上。
这种污点是否在NET MAUI中成为一种违约行为,或者是否有办法加以克服,使绘画更加清晰? 我曾尝试过调整参数和环境,但 have无法找到令人满意的解决办法。
Here s a summary of the approaches I ve tried so far:
Utilizing handlers to manipulate the drawings. Experimenting with RenderTransform to adjust the scaling. Adjusting various parameters and settings.
I m still unable to achieve the desired level of clarity in the drawings, particularly on Mac where accessing the path in the canvas within handlers poses a challenge and on Windows I can t use handlers(ContentScaleFactor).