Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.1.4
-
None
Description
Drawing on an image with dimensions bigger than 32768 will cause nothing to be drawn.
Update: we might be able to automatically tile images in QPainter::begin if we detect that they are too big, by simply drawing several times with different offsets by using QPainter::translate, and then copying the subimages.