Skip to content

Commit 3627e80

Browse files
authored
Merge pull request #2002 from dpvc/issue1985
Don't rescale mstyle bbox for scriptstyle changes. #1985
2 parents 8c61b4b + 4d32b28 commit 3627e80

File tree

1 file changed

+0
-10
lines changed
  • unpacked/jax/output/CommonHTML

1 file changed

+0
-10
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,16 +2742,6 @@
27422742

27432743
/********************************************************/
27442744

2745-
MML.mstyle.Augment({
2746-
toCommonHTML: function (node) {
2747-
node = this.CHTMLdefaultNode(node);
2748-
if (this.scriptlevel && this.data[0]) this.CHTML.rescale(this.data[0].CHTML.rscale);
2749-
return node;
2750-
}
2751-
});
2752-
2753-
/********************************************************/
2754-
27552745
MML.TeXAtom.Augment({
27562746
toCommonHTML: function (node,options) {
27572747
if (!options || !options.stretch) node = this.CHTMLdefaultNode(node);

0 commit comments

Comments
 (0)