Skip to content

Commit c2c4a65

Browse files
committed
Fix calculation of the scale factor
1 parent dd1e1d1 commit c2c4a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

math-script-level-and-math-style-explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ following procedure:
185185
* Read `scriptScriptPercentScaleDown` and fallback to C<sup>2</sup> if the MathVariants table is absent or provides a null value.
186186
* If A ≤ 0 and B ≥ 2 then multiply S by `scriptScriptPercentScaleDown` and
187187
decrement E by 2.
188-
* Otherwise if A > 0 and B ≥ 2 then multiply S by
188+
* Otherwise if A = 1 then multiply S by
189189
`scriptScriptPercentScaleDown` / `scriptPercentScaleDown` and
190190
decrement E by 1.
191-
* Otherwise if A ≤ 0 and B < 2 then multiply S by `scriptPercentScaleDown`
191+
* Otherwise if B = 1 then multiply S by `scriptPercentScaleDown`
192192
and decrement E by 1.
193193
4. Multiply S by C<sup>E</sup>
194194
5. Return S if `InvertScaleFactor` is false and 1/S otherwise.

0 commit comments

Comments
 (0)