-
Bug
-
Resolution: Done
-
P1: Critical
-
5.1.0
-
None
-
Ubuntu linux
-
e70f21152aa8b2459c903db0cf4ca30bde5bd178
Text elements incorrectly painted when using NativeText renderType on linux.
It looks like the top pixel row from the glyph cache is omitted regardless of pixelSize and it happens at half pixel coordinates.
Simple example:
import QtQuick 2.0
Item{
width: 100
height: 100
Text {
y:10.5
renderType: Text.NativeRendering
text: "hello"
}
}
| For Gerrit Dashboard: QTBUG-30022 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 49812,1 | Fix rendering of subpixel positioned native text | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |