QPainter::Composition modes in PDF
-
Hi
i have 2 Pixmaps in a QGraphicsScene and paint both with QPainter::CompositionMode_Multiply. this works fine in a GraphicsView, however when i render the scene into a PDF-Printer the composition mode is ignored and the pixmaps are just drawn on top of each other. is this a bug? any ideas for a work around?
thanks in advance