Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
5.2.0
-
Mac Windows
Description
If a QPicture is created with a clipping path set to replace, playing it back on a QPainter replaces the clipping path of the QPainter.
In the attached example if setClipRect() is called with Qt::ReplaceClip, drawPicture() does not honor the clipping, it still fills entire image in stead of cliped rect (100,100,200,200)