@ -12387,8 +12387,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@@ -12387,8 +12387,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
}();
varversion,build;
{
exports.version=version='2.0.91';
exports.build=build='6521d2fd';
exports.version=version='2.0.95';
exports.build=build='99b62fe3';
}
exports.getDocument=getDocument;
exports.LoopbackPort=LoopbackPort;
@ -17769,7 +17769,7 @@ var AES128Cipher = function AES128CipherClosure() {
@@ -17769,7 +17769,7 @@ var AES128Cipher = function AES128CipherClosure() {
returnstate;
}
functionencrypt128(input,key){
vart,u,v,k;
vart,u,v,j,k;
varstate=newUint8Array(16);
state.set(input);
for(j=0;j<16;++j){
@ -17797,7 +17797,7 @@ var AES128Cipher = function AES128CipherClosure() {
@@ -17797,7 +17797,7 @@ var AES128Cipher = function AES128CipherClosure() {
state[7]=v;
state[11]=u;
state[15]=t;
for(varj=0;j<16;j+=4){
for(j=0;j<16;j+=4){
vars0=state[j+0],
s1=state[j+1];
vars2=state[j+2],
@ -17973,16 +17973,17 @@ var AES256Cipher = function AES256CipherClosure() {
@@ -17973,16 +17973,17 @@ var AES256Cipher = function AES256CipherClosure() {
varr=1;
result.set(cipherKey);
for(varj=32,i=1;j<b;++i){
vart1,t2,t3,t4;
if(j%32===16){
t1=s[t1];
t2=s[t2];
t3=s[t3];
t4=s[t4];
}elseif(j%32===0){
vart1=result[j-3],
t2=result[j-2],
t3=result[j-1],
t4=result[j-4];
t1=result[j-3];
t2=result[j-2];
t3=result[j-1];
t4=result[j-4];
t1=s[t1];
t2=s[t2];
t3=s[t3];
@ -18075,7 +18076,7 @@ var AES256Cipher = function AES256CipherClosure() {
@@ -18075,7 +18076,7 @@ var AES256Cipher = function AES256CipherClosure() {
returnstate;
}
functionencrypt256(input,key){
vart,u,v,k;
vart,u,v,i,j,k;
varstate=newUint8Array(16);
state.set(input);
for(j=0;j<16;++j){
@ -18103,7 +18104,7 @@ var AES256Cipher = function AES256CipherClosure() {
@@ -18103,7 +18104,7 @@ var AES256Cipher = function AES256CipherClosure() {
thrownewError('The API version "'+apiVersion+'" does not match '+('the Worker version "'+workerVersion+'".'));
}
@ -42376,14 +42377,14 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
@@ -42376,14 +42377,14 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
stream.readHex(start,dataSize);
stream.readHexNumber(end,dataSize);
addHex(end,start,dataSize);
code=stream.readNumber();
stream.readNumber();
for(i=1;i<subitemsCount;i++){
incHex(end,dataSize);
stream.readHexNumber(start,dataSize);
addHex(start,end,dataSize);
stream.readHexNumber(end,dataSize);
addHex(end,start,dataSize);
code=stream.readNumber();
stream.readNumber();
}
break;
case2:
@ -44543,7 +44544,6 @@ var Font = function FontClosure() {
@@ -44543,7 +44544,6 @@ var Font = function FontClosure() {
}
if(glyphId>0&&hasGlyph(glyphId)){
charCodeToGlyphId[charCode]=glyphId;
found=true;
}
}
}
@ -44981,7 +44981,6 @@ var Type1Font = function Type1FontClosure() {
@@ -44981,7 +44981,6 @@ var Type1Font = function Type1FontClosure() {
@ -4654,8 +4654,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@@ -4654,8 +4654,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@ -4720,7 +4720,7 @@ var Parser = function ParserClosure() {
@@ -4720,7 +4720,7 @@ var Parser = function ParserClosure() {
throwex;
}
(0,_util.warn)('Invalid stream: \"'+ex+'\"');
returnnew_stream.NullStream(stream);
returnnew_stream.NullStream();
}
}
};
@ -15353,7 +15353,7 @@ var AES128Cipher = function AES128CipherClosure() {
@@ -15353,7 +15353,7 @@ var AES128Cipher = function AES128CipherClosure() {
returnstate;
}
functionencrypt128(input,key){
vart,u,v,k;
vart,u,v,j,k;
varstate=newUint8Array(16);
state.set(input);
for(j=0;j<16;++j){
@ -15381,7 +15381,7 @@ var AES128Cipher = function AES128CipherClosure() {
@@ -15381,7 +15381,7 @@ var AES128Cipher = function AES128CipherClosure() {
state[7]=v;
state[11]=u;
state[15]=t;
for(varj=0;j<16;j+=4){
for(j=0;j<16;j+=4){
vars0=state[j+0],
s1=state[j+1];
vars2=state[j+2],
@ -15557,16 +15557,17 @@ var AES256Cipher = function AES256CipherClosure() {
@@ -15557,16 +15557,17 @@ var AES256Cipher = function AES256CipherClosure() {
varr=1;
result.set(cipherKey);
for(varj=32,i=1;j<b;++i){
vart1,t2,t3,t4;
if(j%32===16){
t1=s[t1];
t2=s[t2];
t3=s[t3];
t4=s[t4];
}elseif(j%32===0){
vart1=result[j-3],
t2=result[j-2],
t3=result[j-1],
t4=result[j-4];
t1=result[j-3];
t2=result[j-2];
t3=result[j-1];
t4=result[j-4];
t1=s[t1];
t2=s[t2];
t3=s[t3];
@ -15659,7 +15660,7 @@ var AES256Cipher = function AES256CipherClosure() {
@@ -15659,7 +15660,7 @@ var AES256Cipher = function AES256CipherClosure() {
returnstate;
}
functionencrypt256(input,key){
vart,u,v,k;
vart,u,v,i,j,k;
varstate=newUint8Array(16);
state.set(input);
for(j=0;j<16;++j){
@ -15687,7 +15688,7 @@ var AES256Cipher = function AES256CipherClosure() {
@@ -15687,7 +15688,7 @@ var AES256Cipher = function AES256CipherClosure() {
thrownewError('The API version "'+apiVersion+'" does not match '+('the Worker version "'+workerVersion+'".'));
}
@ -34582,14 +34583,14 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
@@ -34582,14 +34583,14 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
stream.readHex(start,dataSize);
stream.readHexNumber(end,dataSize);
addHex(end,start,dataSize);
code=stream.readNumber();
stream.readNumber();
for(i=1;i<subitemsCount;i++){
incHex(end,dataSize);
stream.readHexNumber(start,dataSize);
addHex(start,end,dataSize);
stream.readHexNumber(end,dataSize);
addHex(end,start,dataSize);
code=stream.readNumber();
stream.readNumber();
}
break;
case2:
@ -36749,7 +36750,6 @@ var Font = function FontClosure() {
@@ -36749,7 +36750,6 @@ var Font = function FontClosure() {
}
if(glyphId>0&&hasGlyph(glyphId)){
charCodeToGlyphId[charCode]=glyphId;
found=true;
}
}
}
@ -37187,7 +37187,6 @@ var Type1Font = function Type1FontClosure() {
@@ -37187,7 +37187,6 @@ var Type1Font = function Type1FontClosure() {
@ -362,14 +362,14 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
@@ -362,14 +362,14 @@ var BinaryCMapReader = function BinaryCMapReaderClosure() {
@ -1535,8 +1535,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@@ -1535,8 +1535,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {