Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.8, 6.4.2
-
None
-
-
55568b8c6 (dev), 84f5dcf4e (6.5)
Description
QPainter::drawImage(const QPointF &point, const QImage &image, const QRectF &source)
is broken on big images when drawing to a QGraphicsView based on QOpenGLWidget.
Use the attached example with a big image (my samples are > 8192x8192) to trigger the bug.
Attachments
Issue Links
- relates to
-
QTBUG-111499 multiple QPainter::drawImage() calls are broken when OpenGL is used
- Reported