We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 394fc68 + 0f7bd28 commit 3fee1a2Copy full SHA for 3fee1a2
mathjax3-ts/output/chtml/Wrappers/msqrt.ts
@@ -181,7 +181,7 @@ export class CHTMLmsqrt extends CHTMLWrapper {
181
const [p, q] = this.getPQ(surdbox);
182
const [x] = this.getRootDimens(surdbox);
183
const t = this.font.params.rule_thickness;
184
- const H = bbox.h + q + t;
+ const H = basebox.h + q + t;
185
bbox.h = H + t;
186
this.combineRootBBox(bbox, surdbox);
187
bbox.combine(surdbox, x, H - surdbox.h);
0 commit comments