We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b232c9 commit da8b1eaCopy full SHA for da8b1ea
unpacked/jax/output/HTML-CSS/jax.js
@@ -2773,7 +2773,7 @@
2773
base.bbox.w -= base.bbox.ic; // remove IC (added by mo and mi)
2774
delta = 1.3*base.bbox.ic + .05; // adjust faked IC to be more in line with expected results
2775
}
2776
- if (this.data[this.base] &&
+ if (this.data[this.base] && HW == null && D == null &&
2777
(this.data[this.base].type === "mi" || this.data[this.base].type === "mo")) {
2778
if (this.data[this.base].data.join("").length === 1 && children[0].scale === 1 &&
2779
!this.data[this.base].Get("largeop")) {u = v = 0}
0 commit comments