-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.2
-
None
-
e0ed2387bc818f11b16460b0150d4ea75bcf37d6
I know that I am a Pita. So, here is yet another blurriness issue with that lovely OpenVG paint engine on Symbian devices. We had already the three tasks QT-3071 (internal), QTBUG-12330 and QTBUG-15263. All of these were needed to finally round the positions of text items to integer coordinates (one task for QWidgets, one for QGraphicsview and one for QDeclarative).
We still have issues with long, wrapped, centered text in a single Text item:
Text {
anchors.fill: parent
text: "Lorem ipsum dolor sit amet, ... looong text ... laborum."
horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WordWrap
}
50% of the lines in the wrapped text are blurred. See the attached screen shot and example app.
- relates to
-
QTBUG-12330 Blurry QGraphicsTextItem on non-integer coordinates (OpenVG)
-
- Closed
-
-
QTBUG-15263 Blurry QML text when centered (OpenVG/Symbian)
-
- Closed
-
- replaces
-
QTBUG-16853 Multiline text is drawn incorrectly on OpenVG
-
- Closed
-