1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Merge remote-tracking branch 'origin/decodemap' into smaskscale

This commit is contained in:
Brendan Dahl 2011-12-15 15:20:36 -08:00
commit 01e876f014
11 changed files with 97 additions and 94 deletions

View file

@ -239,7 +239,6 @@ var PDFImage = (function PDFImageClosure() {
bits = remainingBits;
}
}
if(decodeMap) console.timeEnd('getComps');
return output;
},
getOpacity: function getOpacity() {