Kaydet (Commit) bdf75c7d authored tarafından Philipp Lohmann [pl]'s avatar Philipp Lohmann [pl]

ooo33gsl09: #i114311# fix a q Q imbalance

üst bdab146f
......@@ -8499,6 +8499,7 @@ void PDFWriterImpl::beginRedirect( SvStream* pStream, const Rectangle& rTargetRe
{
push( PUSH_ALL );
// force reemitting clip region
clearClipRegion();
updateGraphicsState();
......@@ -8542,7 +8543,10 @@ SvStream* PDFWriterImpl::endRedirect()
}
pop();
// force reemitting colors
// force reemitting colors and clip region
clearClipRegion();
m_aCurrentPDFState.m_bClipRegion = m_aGraphicsStack.front().m_bClipRegion;
m_aCurrentPDFState.m_aClipRegion = m_aGraphicsStack.front().m_aClipRegion;
m_aCurrentPDFState.m_aLineColor = Color( COL_TRANSPARENT );
m_aCurrentPDFState.m_aFillColor = Color( COL_TRANSPARENT );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment