Merge pull request 'Fix missprint' (#652) from fix/docx-renderer-missprint into release/v9.3.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/652
This commit is contained in:
Oleg Korshul
2026-02-09 19:51:15 +00:00

View File

@ -308,9 +308,6 @@ namespace NSDocxRenderer
} }
} }
} }
void CVectorGraphics::Reverse()
{
}
bool CVectorGraphics::IsClockwise() const bool CVectorGraphics::IsClockwise() const
{ {
if (m_arData.empty()) if (m_arData.empty())