Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.8.0
-
None
Description
See attached file for the 2 poly definitions. These polygons do not intersect at all, but QPolygonF::intersected report a non-empty polygon corresponding to the right side of the second polygon which is a rect.
The same operation using QPolygon, or QRegion, or QPainterPath work ok.
I believe it is connected with this bug: QTBUG-48003