Bugfixing: Original spot colors

This commit is contained in:
Jakub Melka
2021-02-11 18:54:58 +01:00
parent 7e676c8cb5
commit e743761ce4
2 changed files with 6 additions and 2 deletions

View File

@ -907,6 +907,10 @@ void PDFTransparencyRenderer::performRestoreGraphicState(ProcessOrder order)
{
m_painterStateStack.pop();
}
if (order == ProcessOrder::AfterOperation)
{
invalidateCachedItems();
}
}
void PDFTransparencyRenderer::performBeginTransparencyGroup(ProcessOrder order, const PDFTransparencyGroup& transparencyGroup)