Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.4
-
None
Description
QPainterPath::toFillPolygons() calculates the intersection of each polygon in the path with every other polygon in the path, including itself, which makes it unnecessarily slow. This should be improved.