dotnet/maui

[MAC/iOS] Contents are blurred with scaling

Open

#9,420 创建于 2022年8月14日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)C# (1,951 fork)batch import
area-core-platformgood first issuelegacy-area-controlsplatform/ioss/triageds/verifiedt/bug

仓库指标

Star
 (23,245 star)
PR 合并指标
 (平均合并 47天 9小时) (30 天内合并 248 个 PR)

描述

Description

When I try to scale a content (View) using the "Scale" property, the contents are appeared blurred with scaling in MAC and iOS. This blur issue occurs in all of the views.

Please refer to the screenshot of the text in a label after 4x scaling.

Note: In Android and WIndows, the contents are not blurred with scaling Please find the expected result of the same in the Windows platform in the below screenshot.

Steps to Reproduce

  1. Run the attached sample. MauiApp26.zip
  2. Click the Button "Scale 2x". It will scale the content with the factor 2. View.Scale*=2;
  3. Check the quality of the text content.

Version with bug

6.0.486 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS, macOS

Affected platform versions

iOS 15

Did you find any workaround?

No

Relevant log output

NA

贡献者指南