Commit 06c18fa1 authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander Trofimov

crash

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63370 954022d7-b5bf-4e40-9824-e11837661b57
parent 10b10f1b
...@@ -445,7 +445,8 @@ namespace Aggplus ...@@ -445,7 +445,8 @@ namespace Aggplus
Status CGraphics::CombineClip(CGraphicsPath* pPath, agg::sbool_op_e op) Status CGraphics::CombineClip(CGraphicsPath* pPath, agg::sbool_op_e op)
{ {
return InternalClip(pPath, m_bIntegerGrid ? NULL : &m_oFullTransform, op); Aggplus::CMatrix m;
return InternalClip(pPath, m_bIntegerGrid ? &m : &m_oFullTransform, op);
} }
Status CGraphics::InternalClip(CGraphicsPath* pPath, CMatrix* pTransform, agg::sbool_op_e op) Status CGraphics::InternalClip(CGraphicsPath* pPath, CMatrix* pTransform, agg::sbool_op_e op)
......
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