Fix bug in xps

This commit is contained in:
Alexey
2024-09-26 15:46:52 +03:00
committed by Oleg Korshul
parent c0d0fb6f5c
commit ea1538bc11

View File

@ -55,9 +55,7 @@ namespace NSDocxRenderer
{
m_lCurrentCommand = -1;
if (lType == c_nPathType)
PathEnd();
else if (lType == c_nResetClipType)
if (lType == c_nResetClipType)
{
m_oCurrVectorGraphics.Clear();
m_oClipVectorGraphics.Clear();