QPainter::Composition modes in PDF
General and Desktop
1
Posts
1
Posters
1.4k
Views
1
Watching
-
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