Hi,

I have a problem drawing a filled Polygon with the drawPolygon(QPolygon(), Qt::OddEvenFill) routine since I have updated to Qt 4.4.0. The polygon is exacly the same as before the update. The Polygon has 4000 points.

The drawing routine takes long long time. Breaking the debug I can see that the program hangs in the "void QIntersectionFinder:roduceIntersections(QPathSegments &segments)" function.

Someone had or has the same problem? A solution? Is it a bug in the 4.4.0?

THX
Werner