https://bugs.kde.org/show_bug.cgi?id=520565
--- Comment #2 from Noah Davis <[email protected]> --- In case it's relevant to anyone else looking at this issue, the screenshot graphics are rendered in AnnotationViewport (a QQuickItem subclass from KQuickImageEditor) by creating two QSGImageNodes with QQuickWindow::createImageNode() for a base screenshot QImage and an annotations QImage. The QImages use the QImage::Format_RGBA8888_Premultiplied format, so there should be no issue there. -- You are receiving this mail because: You are watching all bug changes.
