Bugfixing: knockout groups

This commit is contained in:
Jakub Melka 2021-04-10 19:10:49 +02:00
parent 2d1492f4cd
commit 0ce6ae30f7
1 changed files with 1 additions and 1 deletions

View File

@ -2584,7 +2584,7 @@ void PDFTransparencyRenderer::performEndTransparencyGroup(ProcessOrder order, co
}
PDFFloatBitmap::blend(sourceData.immediateBackdrop, targetData.immediateBackdrop, *getBackdrop(), *getInitialBackdrop(), *sourceData.softMask.getSoftMask(),
sourceData.alphaIsShape, sourceData.alphaFill, sourceData.blendMode, targetData.group.knockout, selectedOverprintMode, getPaintRect());
sourceData.alphaIsShape, sourceData.alphaFill, sourceData.blendMode, sourceData.group.knockout, selectedOverprintMode, getPaintRect());
// Create draw buffer
PDFFloatBitmapWithColorSpace* backdrop = getImmediateBackdrop();