This commit is contained in:
ElenaSubbotina
2025-07-17 10:36:02 +03:00
parent 57923e4266
commit df4e1445f6
3 changed files with 97 additions and 6 deletions

View File

@ -1052,7 +1052,8 @@ namespace DocFileFormat
{
if (nAdjValues)
{
m_pXmlWriter->WriteAttribute(L"arcsize", m_nAdjValues[0]);
double dArcsize = m_nAdjValues[0] / 21600.;
m_pXmlWriter->WriteAttribute(L"arcsize", dArcsize);
}
}
else if (DocFileFormat::msosptPictureFrame == nCode)