Merge branch 'issue804' into develop. Issue #804.
This commit is contained in:
commit
ff8637377f
|
@ -2734,7 +2734,7 @@
|
||||||
}
|
}
|
||||||
if (this.data[this.base] &&
|
if (this.data[this.base] &&
|
||||||
(this.data[this.base].type === "mi" || this.data[this.base].type === "mo")) {
|
(this.data[this.base].type === "mi" || this.data[this.base].type === "mo")) {
|
||||||
if (this.data[this.base].data.join("").length === 1 && base.bbox.scale === 1 &&
|
if (this.data[this.base].data.join("").length === 1 && children[0].scale === 1 &&
|
||||||
!this.data[this.base].Get("largeop")) {u = v = 0}
|
!this.data[this.base].Get("largeop")) {u = v = 0}
|
||||||
}
|
}
|
||||||
var min = this.getValues("subscriptshift","superscriptshift");
|
var min = this.getValues("subscriptshift","superscriptshift");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user