Skip to content

Commit

Permalink
Merge branch 'issue807' into develop. Issue mathjax#807.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Nov 2, 2014
2 parents c1a457f + 0a04a6c commit 771fc39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions unpacked/jax/output/HTML-CSS/jax.js
Expand Up @@ -1186,9 +1186,7 @@
if (!this.msieClipRectBug && !bbox.noclip && !noclip) {
var dd = 3/this.em;
var H = (bbox.H == null ? bbox.h : bbox.H), D = (bbox.D == null ? bbox.d : bbox.D);
var t = HH - H - dd, b = HH + D + dd, l = bbox.lw - 3*dd, r = 1000;
if (this.initialSkipBug && bbox.lw < 0) {l = -3*dd}
if (bbox.isFixed) {r = bbox.width-l}
var t = HH - H - dd, b = HH + D + dd, l = -1000, r = 1000;
span.style.clip = "rect("+this.Em(t)+" "+this.Em(r)+" "+this.Em(b)+" "+this.Em(l)+")";
}
}
Expand Down

0 comments on commit 771fc39

Please sign in to comment.