RenderOptions.BitmapInterpolationMode="HighQuality" seems to be broken in nightly build (original) (raw)
Describe the bug
When using the latest nightly build 12.0.999-cibuild0058459-alpha RenderOptions.BitmapInterpolationMode="HighQuality" seems to be ineffective, whereas this issue does not occur in version 11.3.4. This issue may be related to the SkiaSharp version? The same anti-aliasing issue also occurs when using Avalonia 11.3.4 with SkiaSharp 3.119.0.
As you can see in the comparison below, the text and images displayed in the night build have noticeable jagged edges, while those using 11.3.4 are clearly much smoother.
| 11.3.4 | 12.0.999-cibuild0058459-alpha |
|---|---|
![]() |
![]() |
To Reproduce
Minimal reproducible code
AvaloniaImageTest1.zip
Expected behavior
No response
Avalonia version
12.0.999-cibuild0058459-alpha
OS
No response
Additional context
No response

