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.
1 parent b7901ee commit 0f7bd28Copy full SHA for 0f7bd28
mathjax3-ts/output/chtml/Wrappers/msqrt.ts
@@ -175,7 +175,7 @@ export class CHTMLmsqrt extends CHTMLWrapper {
175
const [p, q] = this.getPQ(sbox);
176
const [x] = this.getRootDimens(sbox);
177
const t = this.font.params.rule_thickness;
178
- const H = bbox.h + q + t;
+ const H = basebox.h + q + t;
179
bbox.h = H + t;
180
this.combineRootBBox(BBOX, sbox);
181
BBOX.combine(sbox, x, H - sbox.h);
0 commit comments