diff --git a/ts/output/chtml/Wrappers/mfrac.ts b/ts/output/chtml/Wrappers/mfrac.ts index edc690ce5..b56069463 100644 --- a/ts/output/chtml/Wrappers/mfrac.ts +++ b/ts/output/chtml/Wrappers/mfrac.ts @@ -140,7 +140,7 @@ export class CHTMLmfrac extends CommonMfracMixin(Base: T): MfracCo if (bevelled) { this.getBevelledBBox(bbox, display); } else { - const thickness = this.length2em(String(linethickness)); + const thickness = this.length2em(String(linethickness), .06); w = -2 * this.pad; if (thickness === 0) { this.getAtopBBox(bbox, display); diff --git a/ts/output/svg/Wrappers/mfrac.ts b/ts/output/svg/Wrappers/mfrac.ts index 297f572fc..d47b7a477 100644 --- a/ts/output/svg/Wrappers/mfrac.ts +++ b/ts/output/svg/Wrappers/mfrac.ts @@ -52,7 +52,7 @@ export class SVGmfrac extends CommonMfracMixin