Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.2
-
None
Description
On the screenshot you can see several render cases under Wayland with fractional scale 1.5:
- Controls.Button with icon.source as SVG – rendered OK
- Same but bigger – OK
- Image with the same SVG with a smooth=true – It is blurry, but I assume it is OK
- Same, but smooth=false – artifacts
- QQuickItem + QSGTexture + QPainter::drawText – texture rendered with artifacts
- Same but with Linear filtering – blurry
- Just for comparison simple Text – OK, but hinting is different from the QPainter(I assume it is OK)
On X11 with the same scale factor:
- OK
- OK
- Same blurry, assume it is OK
- Crystal clear, without artifacts
- Crystal clear, without artifacts
- Almost same result as in 5. Without hard smoothing
- Same as under Wayland, OK
It is better not to have KDE installed because it interferes with styles and its own Quick implementations. I had to delete the kirigami and qqc2-breeze-style packages while testing this.
Please find attached the test project and screenshots (actually window grabs taken by the grabWindow function because KDE's screenshot tool still produces blurry screenshots )