Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
Some future release
-
None
Description
QX11PaintEngine::drawPolygon will clip the polygon twice if there is both a stroke and a fill. It should be possible to do this in one step instead. Skipping it entirely if the bounding rect of the polygon is small enough is probably also a good optimization.