Drawing on QPixmap gives results different than drawing on QPainter directly
I’m struggling with using the QGraphicsItem paint method to use a qpixmap as cache on which I draw a path and at the end of paint method I use painter.drawPixmap(cache_pixmap)
but I get weird rendering
it doesn’t show the lines I drawn on the qpixmap using drawPath.