Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.5.7, 6.8
Description
This sample application will display two rectangles and one piece of text.
The green rectangle and text are rendered using the QQuickImageItem, implemented in the function QImage ImageProvider::requestImage(const QString& hashId, QSize* size, const QSize& requestedSize).
When the button labeled "scale flickableArea" is clicked, all objects in the application are zoomed in.
However, after zooming, the text becomes blurred and is not rendered correctly.