mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Optional content group update
This commit is contained in:
@ -659,6 +659,7 @@ void PDFPageContentProcessor::processForm(const QMatrix& matrix,
|
||||
m_graphicState.setBlendMode(BlendMode::Normal);
|
||||
m_graphicState.setAlphaFilling(1.0);
|
||||
m_graphicState.setAlphaStroking(1.0);
|
||||
m_graphicState.setSoftMask(nullptr);
|
||||
}
|
||||
|
||||
QMatrix formMatrix = matrix * m_graphicState.getCurrentTransformationMatrix();
|
||||
|
Reference in New Issue
Block a user