Make sure mspace and mfrac set their scaling factors.

This commit is contained in:
Davide P. Cervone 2015-08-24 13:56:58 -04:00
parent bf330af3f7
commit d139834179

View File

@ -1928,6 +1928,7 @@
toCommonHTML: function (node) { toCommonHTML: function (node) {
node = this.CHTMLcreateNode(node); node = this.CHTMLcreateNode(node);
this.CHTMLhandleStyle(node); this.CHTMLhandleStyle(node);
this.CHTMLhandleScale(node);
var values = this.getValues("height","depth","width"); var values = this.getValues("height","depth","width");
var w = CHTML.length2em(values.width), var w = CHTML.length2em(values.width),
h = CHTML.length2em(values.height), h = CHTML.length2em(values.height),
@ -2453,6 +2454,7 @@
toCommonHTML: function (node) { toCommonHTML: function (node) {
node = this.CHTMLcreateNode(node); node = this.CHTMLcreateNode(node);
this.CHTMLhandleStyle(node); this.CHTMLhandleStyle(node);
this.CHTMLhandleScale(node);
// //
// Make row of open, data, sep, ... data, close // Make row of open, data, sep, ... data, close
// //