mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 62923
This commit is contained in:
@ -286,7 +286,7 @@ namespace NSDocxRenderer
|
||||
|
||||
m_arShapes.push_back(pShape);
|
||||
|
||||
double dDeterminant = sqrt(m_pTransform->Determinant());
|
||||
double dDeterminant = sqrt(fabs(m_pTransform->Determinant()));
|
||||
pShape->m_oPen.Size *= dDeterminant;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user