Skip to content

Commit 3fee1a2

Browse files
committed
Merge remote-tracking branch 'origin/msqrt-bbox-fix' into alpha
2 parents 394fc68 + 0f7bd28 commit 3fee1a2

File tree

1 file changed

+1
-1
lines changed
  • mathjax3-ts/output/chtml/Wrappers

1 file changed

+1
-1
lines changed

mathjax3-ts/output/chtml/Wrappers/msqrt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class CHTMLmsqrt extends CHTMLWrapper {
181181
const [p, q] = this.getPQ(surdbox);
182182
const [x] = this.getRootDimens(surdbox);
183183
const t = this.font.params.rule_thickness;
184-
const H = bbox.h + q + t;
184+
const H = basebox.h + q + t;
185185
bbox.h = H + t;
186186
this.combineRootBBox(bbox, surdbox);
187187
bbox.combine(surdbox, x, H - surdbox.h);

0 commit comments

Comments
 (0)