Fix Bug 70566

This commit is contained in:
Alexey
2024-10-02 18:37:34 +03:00
committed by Oleg Korshul
parent ded640825b
commit ee1c385b54

View File

@ -236,6 +236,10 @@ namespace NSDocxRenderer
m_oCurrVectorGraphics,
m_oClipVectorGraphics,
m_lClipMode);
if (new_vector_graphics.IsEmpty())
return;
m_oCurrVectorGraphics = std::move(new_vector_graphics);
}
shape->SetVector(std::move(m_oCurrVectorGraphics));