|  | @@ -20022,8 +20022,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |   };
 | 
	
		
			
				|  |  |  }();
 | 
	
		
			
				|  |  | -exports.version = '1.7.365';
 | 
	
		
			
				|  |  | -exports.build = '2b171889';
 | 
	
		
			
				|  |  | +exports.version = '1.7.367';
 | 
	
		
			
				|  |  | +exports.build = 'f0c45f03';
 | 
	
		
			
				|  |  |  exports.getDocument = getDocument;
 | 
	
		
			
				|  |  |  exports.PDFDataRangeTransport = PDFDataRangeTransport;
 | 
	
		
			
				|  |  |  exports.PDFWorker = PDFWorker;
 | 
	
	
		
			
				|  | @@ -38777,8 +38777,8 @@ if (!globalScope.PDFJS) {
 | 
	
		
			
				|  |  |   globalScope.PDFJS = {};
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  var PDFJS = globalScope.PDFJS;
 | 
	
		
			
				|  |  | -PDFJS.version = '1.7.365';
 | 
	
		
			
				|  |  | -PDFJS.build = '2b171889';
 | 
	
		
			
				|  |  | +PDFJS.version = '1.7.367';
 | 
	
		
			
				|  |  | +PDFJS.build = 'f0c45f03';
 | 
	
		
			
				|  |  |  PDFJS.pdfBug = false;
 | 
	
		
			
				|  |  |  if (PDFJS.verbosity !== undefined) {
 | 
	
		
			
				|  |  |   sharedUtil.setVerbosityLevel(PDFJS.verbosity);
 | 
	
	
		
			
				|  | @@ -56340,7 +56340,7 @@ var TilingPattern = function TilingPatternClosure() {
 | 
	
		
			
				|  |  |     0,
 | 
	
		
			
				|  |  |     0
 | 
	
		
			
				|  |  |    ];
 | 
	
		
			
				|  |  | -  this.bbox = IR[4];
 | 
	
		
			
				|  |  | +  this.bbox = Util.normalizeRect(IR[4]);
 | 
	
		
			
				|  |  |    this.xstep = IR[5];
 | 
	
		
			
				|  |  |    this.ystep = IR[6];
 | 
	
		
			
				|  |  |    this.paintType = IR[7];
 | 
	
	
		
			
				|  | @@ -56424,7 +56424,7 @@ var TilingPattern = function TilingPatternClosure() {
 | 
	
		
			
				|  |  |     this.ctx.scale(1 / scale[0], 1 / scale[1]);
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    clipBbox: function clipBbox(graphics, bbox, x0, y0, x1, y1) {
 | 
	
		
			
				|  |  | -   if (bbox && isArray(bbox) && bbox.length === 4) {
 | 
	
		
			
				|  |  | +   if (isArray(bbox) && bbox.length === 4) {
 | 
	
		
			
				|  |  |      var bboxWidth = x1 - x0;
 | 
	
		
			
				|  |  |      var bboxHeight = y1 - y0;
 | 
	
		
			
				|  |  |      graphics.ctx.rect(x0, y0, bboxWidth, bboxHeight);
 | 
	
	
		
			
				|  | @@ -57887,8 +57887,8 @@ if (typeof PDFJS === 'undefined' || !PDFJS.compatibilityChecked) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  "use strict";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -var pdfjsVersion = '1.7.365';
 | 
	
		
			
				|  |  | -var pdfjsBuild = '2b171889';
 | 
	
		
			
				|  |  | +var pdfjsVersion = '1.7.367';
 | 
	
		
			
				|  |  | +var pdfjsBuild = 'f0c45f03';
 | 
	
		
			
				|  |  |  var pdfjsSharedUtil = __w_pdfjs_require__(0);
 | 
	
		
			
				|  |  |  var pdfjsDisplayGlobal = __w_pdfjs_require__(26);
 | 
	
		
			
				|  |  |  var pdfjsDisplayAPI = __w_pdfjs_require__(10);
 |