Merge branch 'issue1314' into develop. Issue #1314.
This commit is contained in:
commit
46676fd233
|
@ -1248,7 +1248,7 @@
|
||||||
if (!this.msieClipRectBug && !bbox.noclip && !noclip) {
|
if (!this.msieClipRectBug && !bbox.noclip && !noclip) {
|
||||||
var dd = 3/this.em;
|
var dd = 3/this.em;
|
||||||
var H = (bbox.H == null ? bbox.h : bbox.H), D = (bbox.D == null ? bbox.d : bbox.D);
|
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 = -1000, r = 1000;
|
var t = HH - H - dd, b = HH + D + dd, l = -1000, r = bbox.rw+1000;
|
||||||
span.style.clip = "rect("+this.Em(t)+" "+this.Em(r)+" "+this.Em(b)+" "+this.Em(l)+")";
|
span.style.clip = "rect("+this.Em(t)+" "+this.Em(r)+" "+this.Em(b)+" "+this.Em(l)+")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user