Browse Source

PDF.js version 1.9.438 - See mozilla/pdf.js@50e10fdafcf2fe4e66b630f16edd0dc599eeee3c

master v1.9.438
pdfjsbot 8 years ago
parent
commit
bed9ec1ee8
  1. 2
      bower.json
  2. 20
      build/pdf.combined.js
  3. 2
      build/pdf.combined.js.map
  4. 20
      build/pdf.js
  5. 2
      build/pdf.js.map
  6. 6
      build/pdf.min.js
  7. 4
      build/pdf.worker.js
  8. 2
      build/pdf.worker.js.map
  9. 4
      lib/display/api.js
  10. 4
      lib/display/global.js
  11. 8
      lib/display/svg.js
  12. 4
      lib/pdf.js
  13. 4
      lib/pdf.worker.js
  14. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.9.436",
"version": "1.9.438",
"main": [
"build/pdf.js",
"build/pdf.worker.js"

20
build/pdf.combined.js

@ -7338,8 +7338,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { @@ -7338,8 +7338,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
var version, build;
{
exports.version = version = '1.9.436';
exports.build = build = '3a017b43';
exports.version = version = '1.9.438';
exports.build = build = '50e10fda';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;
@ -14260,13 +14260,17 @@ var SVGGraphics = function SVGGraphics() { @@ -14260,13 +14260,17 @@ var SVGGraphics = function SVGGraphics() {
x += -glyph * fontSize * 0.001;
continue;
}
current.xcoords.push(current.x + x * textHScale);
var width = glyph.width;
var character = glyph.fontChar;
var spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing;
var charWidth = width * widthAdvanceScale + spacing * fontDirection;
x += charWidth;
if (!glyph.isInFont && !font.missingFile) {
x += charWidth;
continue;
}
current.xcoords.push(current.x + x * textHScale);
current.tspan.textContent += character;
x += charWidth;
}
if (vertical) {
current.y -= x * textHScale;
@ -28938,8 +28942,8 @@ if (!_util.globalScope.PDFJS) { @@ -28938,8 +28942,8 @@ if (!_util.globalScope.PDFJS) {
}
var PDFJS = _util.globalScope.PDFJS;
{
PDFJS.version = '1.9.436';
PDFJS.build = '3a017b43';
PDFJS.version = '1.9.438';
PDFJS.build = '50e10fda';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {
@ -49635,8 +49639,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream; @@ -49635,8 +49639,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream;
"use strict";
var pdfjsVersion = '1.9.436';
var pdfjsBuild = '3a017b43';
var pdfjsVersion = '1.9.438';
var pdfjsBuild = '50e10fda';
var pdfjsSharedUtil = __w_pdfjs_require__(0);
var pdfjsDisplayGlobal = __w_pdfjs_require__(68);
var pdfjsDisplayAPI = __w_pdfjs_require__(25);

2
build/pdf.combined.js.map

File diff suppressed because one or more lines are too long

20
build/pdf.js

@ -3589,8 +3589,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { @@ -3589,8 +3589,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
var version, build;
{
exports.version = version = '1.9.436';
exports.build = build = '3a017b43';
exports.version = version = '1.9.438';
exports.build = build = '50e10fda';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;
@ -4999,13 +4999,17 @@ var SVGGraphics = function SVGGraphics() { @@ -4999,13 +4999,17 @@ var SVGGraphics = function SVGGraphics() {
x += -glyph * fontSize * 0.001;
continue;
}
current.xcoords.push(current.x + x * textHScale);
var width = glyph.width;
var character = glyph.fontChar;
var spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing;
var charWidth = width * widthAdvanceScale + spacing * fontDirection;
x += charWidth;
if (!glyph.isInFont && !font.missingFile) {
x += charWidth;
continue;
}
current.xcoords.push(current.x + x * textHScale);
current.tspan.textContent += character;
x += charWidth;
}
if (vertical) {
current.y -= x * textHScale;
@ -6813,8 +6817,8 @@ if (!_util.globalScope.PDFJS) { @@ -6813,8 +6817,8 @@ if (!_util.globalScope.PDFJS) {
}
var PDFJS = _util.globalScope.PDFJS;
{
PDFJS.version = '1.9.436';
PDFJS.build = '3a017b43';
PDFJS.version = '1.9.438';
PDFJS.build = '50e10fda';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {
@ -14299,8 +14303,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream; @@ -14299,8 +14303,8 @@ exports.PDFDataTransportStream = PDFDataTransportStream;
"use strict";
var pdfjsVersion = '1.9.436';
var pdfjsBuild = '3a017b43';
var pdfjsVersion = '1.9.438';
var pdfjsBuild = '50e10fda';
var pdfjsSharedUtil = __w_pdfjs_require__(0);
var pdfjsDisplayGlobal = __w_pdfjs_require__(52);
var pdfjsDisplayAPI = __w_pdfjs_require__(20);

2
build/pdf.js.map

File diff suppressed because one or more lines are too long

6
build/pdf.min.js vendored

File diff suppressed because one or more lines are too long

4
build/pdf.worker.js vendored

@ -41930,8 +41930,8 @@ exports.Type1Parser = Type1Parser; @@ -41930,8 +41930,8 @@ exports.Type1Parser = Type1Parser;
"use strict";
var pdfjsVersion = '1.9.436';
var pdfjsBuild = '3a017b43';
var pdfjsVersion = '1.9.438';
var pdfjsBuild = '50e10fda';
var pdfjsCoreWorker = __w_pdfjs_require__(61);
exports.WorkerMessageHandler = pdfjsCoreWorker.WorkerMessageHandler;

2
build/pdf.worker.js.map vendored

File diff suppressed because one or more lines are too long

4
lib/display/api.js

@ -1575,8 +1575,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() { @@ -1575,8 +1575,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
var version, build;
{
exports.version = version = '1.9.436';
exports.build = build = '3a017b43';
exports.version = version = '1.9.438';
exports.build = build = '50e10fda';
}
exports.getDocument = getDocument;
exports.LoopbackPort = LoopbackPort;

4
lib/display/global.js

@ -39,8 +39,8 @@ if (!_util.globalScope.PDFJS) { @@ -39,8 +39,8 @@ if (!_util.globalScope.PDFJS) {
}
var PDFJS = _util.globalScope.PDFJS;
{
PDFJS.version = '1.9.436';
PDFJS.build = '3a017b43';
PDFJS.version = '1.9.438';
PDFJS.build = '50e10fda';
}
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {

8
lib/display/svg.js

@ -606,13 +606,17 @@ var SVGGraphics = function SVGGraphics() { @@ -606,13 +606,17 @@ var SVGGraphics = function SVGGraphics() {
x += -glyph * fontSize * 0.001;
continue;
}
current.xcoords.push(current.x + x * textHScale);
var width = glyph.width;
var character = glyph.fontChar;
var spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing;
var charWidth = width * widthAdvanceScale + spacing * fontDirection;
x += charWidth;
if (!glyph.isInFont && !font.missingFile) {
x += charWidth;
continue;
}
current.xcoords.push(current.x + x * textHScale);
current.tspan.textContent += character;
x += charWidth;
}
if (vertical) {
current.y -= x * textHScale;

4
lib/pdf.js

@ -14,8 +14,8 @@ @@ -14,8 +14,8 @@
*/
'use strict';
var pdfjsVersion = '1.9.436';
var pdfjsBuild = '3a017b43';
var pdfjsVersion = '1.9.438';
var pdfjsBuild = '50e10fda';
var pdfjsSharedUtil = require('./shared/util.js');
var pdfjsDisplayGlobal = require('./display/global.js');
var pdfjsDisplayAPI = require('./display/api.js');

4
lib/pdf.worker.js vendored

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
*/
'use strict';
var pdfjsVersion = '1.9.436';
var pdfjsBuild = '3a017b43';
var pdfjsVersion = '1.9.438';
var pdfjsBuild = '50e10fda';
var pdfjsCoreWorker = require('./core/worker.js');
exports.WorkerMessageHandler = pdfjsCoreWorker.WorkerMessageHandler;

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.9.436",
"version": "1.9.438",
"main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [

Loading…
Cancel
Save