https://bugs.kde.org/show_bug.cgi?id=464069

--- Comment #18 from David Edmundson <k...@davidedmundson.co.uk> ---
It is a different bug. I managed to reproduce a minimal case.  It's exhibits
when we're not aligned.

```
import QtQuick
import QtQuick.Controls

Rectangle {
    width: 300
    height: 300

    TextField {
        y: 0.333345345
        text: "hello world"
    }

}
```

At 1x or 2x it looks fine, at 1.5x for some reason it exhibits artifacts.  Not
all fractions look bad, just some.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to