Text at non-integer X/Y coordinate is missing a few pixels at the top and practically unreadable. I'm not sure whether there's a Qt bug report, but I was unable to come up with a minimal reproducer. Just by scrolling in any Kirigami.ScrollView with a touchpad, all of the text inside becomes unreadable. Setting pixelAligned using gammaray fixes it.
See slso Bug 393202 and Bug 400052. Do you think any of these are duplicates of each other? *** This bug has been marked as a duplicate of bug 393202 ***
(In reply to Nate Graham from comment #1) > See slso Bug 393202 and Bug 400052. Do you think any of these are duplicates > of each other? > > *** This bug has been marked as a duplicate of bug 393202 *** pixelAligned: true will likely fix Bug 393202, but I don't think the labels in Bug 400052 are in a Flickable. It might be the same "y: foo+0.5" issue though.
Fixed along with the fix for Bug 393202.