Make sure mspace and mfrac set their scaling factors.
This commit is contained in:
parent
bf330af3f7
commit
d139834179
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user