mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug in xps
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user