www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 771fc3981e33b8152e105ef0751491b5ec6c3daf
parent c1a457ff9ebc6730e83ba21e390186812bb25904
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sun,  2 Nov 2014 09:25:45 -0500

Merge branch 'issue807' into develop.  Issue #807.

Diffstat:
Munpacked/jax/output/HTML-CSS/jax.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js @@ -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)+")"; } }