mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfixing: Original spot colors
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user