Use proper value of base scaling to reset u and v in super- and subscript positioning. Resolves issue #804.
This commit is contained in:
parent
ca196c8e0d
commit
9bf55785f0
|
@ -2736,7 +2736,7 @@
|
|||
}
|
||||
if (this.data[this.base] &&
|
||||
(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}
|
||||
}
|
||||
var min = this.getValues("subscriptshift","superscriptshift");
|
||||
|
|
Loading…
Reference in New Issue
Block a user