Merge remote-tracking branch 'origin/release/v9.2.0' into develop

This commit is contained in:
Elena Subbotina
2025-11-20 11:31:17 +03:00
16 changed files with 157 additions and 120 deletions

View File

@ -149,7 +149,7 @@ namespace NSCSS
case NSCSS::Millimeter:
return dValue * 0.01764;
case NSCSS::Inch:
return dValue * 1440.;
return dValue / 1440.;
case NSCSS::Peak:
return dValue * 0.004167; // 0.004167 = 6 / 1440
default: