File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,10 @@ following procedure:
185
185
* Read ` scriptScriptPercentScaleDown ` and fallback to C<sup >2</sup > if the MathVariants table is absent or provides a null value.
186
186
* If A ≤ 0 and B ≥ 2 then multiply S by ` scriptScriptPercentScaleDown ` and
187
187
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
189
189
` scriptScriptPercentScaleDown ` / ` scriptPercentScaleDown ` and
190
190
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 `
192
192
and decrement E by 1.
193
193
4 . Multiply S by C<sup >E</sup >
194
194
5 . Return S if ` InvertScaleFactor ` is false and 1/S otherwise.
You can’t perform that action at this time.
0 commit comments