Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.0.1
-
None
-
-
004189b2d8e751021f26d9eb28948f753ea8208c (qt/qtbase/dev) a474d8a9be11f840c26d8a12586b9d11b6027015 (qt/qtbase/6.1) 8eeae7ae073ddd71a9210c0d3d1edaa6c199f509 (qt/qtbase/6.0) 74989b0914 (qt/qtbase/6.4) 74989b0914 (qt/tqtc-qtbase/6.4)
Description
A Q_ASSERT has been added in qt6 at qtbase\src\gui\painting\qrasterizer.cpp, line 101
Q_ASSERT(coverage >= 0 && coverage <= 255);
This assert is not in qt5.15.2. So it is new and it is having deadly consequences for my app.
Surely a warning would suffice not an assert. I have no idea what coverage is, but assume something is out of range. However this did not seem to be a problem in qt5.15.2
Attachments
Issue Links
- relates to
-
QTBUG-91957 Assert while trying to load SVG
- Closed