|
@@ -7091,8 +7091,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
|
|
|
}();
|
|
|
var version, build;
|
|
|
{
|
|
|
- exports.version = version = '1.8.603';
|
|
|
- exports.build = build = 'bbf5b4d7';
|
|
|
+ exports.version = version = '1.8.605';
|
|
|
+ exports.build = build = 'ace9de6f';
|
|
|
}
|
|
|
exports.getDocument = getDocument;
|
|
|
exports.LoopbackPort = LoopbackPort;
|
|
@@ -28201,8 +28201,8 @@ if (!_util.globalScope.PDFJS) {
|
|
|
}
|
|
|
var PDFJS = _util.globalScope.PDFJS;
|
|
|
{
|
|
|
- PDFJS.version = '1.8.603';
|
|
|
- PDFJS.build = 'bbf5b4d7';
|
|
|
+ PDFJS.version = '1.8.605';
|
|
|
+ PDFJS.build = 'ace9de6f';
|
|
|
}
|
|
|
PDFJS.pdfBug = false;
|
|
|
if (PDFJS.verbosity !== undefined) {
|
|
@@ -35648,6 +35648,9 @@ var Font = function FontClosure() {
|
|
|
var encodingId = font.getUint16();
|
|
|
var offset = font.getInt32() >>> 0;
|
|
|
var useTable = false;
|
|
|
+ if (potentialTable && potentialTable.platformId === platformId && potentialTable.encodingId === encodingId) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if (platformId === 0 && encodingId === 0) {
|
|
|
useTable = true;
|
|
|
} else if (platformId === 1 && encodingId === 0) {
|
|
@@ -36493,11 +36496,9 @@ var Font = function FontClosure() {
|
|
|
if (cmapMappings[i].charCode !== unicodeOrCharCode) {
|
|
|
continue;
|
|
|
}
|
|
|
- if (hasGlyph(cmapMappings[i].glyphId)) {
|
|
|
- charCodeToGlyphId[charCode] = cmapMappings[i].glyphId;
|
|
|
- found = true;
|
|
|
- break;
|
|
|
- }
|
|
|
+ charCodeToGlyphId[charCode] = cmapMappings[i].glyphId;
|
|
|
+ found = true;
|
|
|
+ break;
|
|
|
}
|
|
|
if (!found && properties.glyphNames) {
|
|
|
var glyphId = properties.glyphNames.indexOf(glyphName);
|
|
@@ -47699,8 +47700,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream;
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
-var pdfjsVersion = '1.8.603';
|
|
|
-var pdfjsBuild = 'bbf5b4d7';
|
|
|
+var pdfjsVersion = '1.8.605';
|
|
|
+var pdfjsBuild = 'ace9de6f';
|
|
|
var pdfjsSharedUtil = __w_pdfjs_require__(0);
|
|
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(24);
|
|
|
var pdfjsDisplayAPI = __w_pdfjs_require__(7);
|