From df8c0bd2c937bd9879cf261249982c136401a594 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Wed, 17 Jun 2015 19:55:52 +0100 Subject: [PATCH] PDF.js version 1.1.215 --- bower.json | 2 +- build/pdf.combined.js | 5 +++-- build/pdf.js | 5 +++-- build/pdf.worker.js | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index ccfd5807e..379aa2127 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.213", + "version": "1.1.215", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 51e497604..657aede38 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.213'; -PDFJS.build = 'e926757'; +PDFJS.version = '1.1.215'; +PDFJS.build = 'c9a7498'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -4736,6 +4736,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() { if (isTextInvisible || fontSize === 0) { return; } + this.cachedGetSinglePixelWidth = null; ctx.save(); ctx.transform.apply(ctx, current.textMatrix); diff --git a/build/pdf.js b/build/pdf.js index 5412bf288..809d6da68 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.213'; -PDFJS.build = 'e926757'; +PDFJS.version = '1.1.215'; +PDFJS.build = 'c9a7498'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -4780,6 +4780,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() { if (isTextInvisible || fontSize === 0) { return; } + this.cachedGetSinglePixelWidth = null; ctx.save(); ctx.transform.apply(ctx, current.textMatrix); diff --git a/build/pdf.worker.js b/build/pdf.worker.js index fcfca84d7..9d6f9aa7e 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.213'; -PDFJS.build = 'e926757'; +PDFJS.version = '1.1.215'; +PDFJS.build = 'c9a7498'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 22af3d988..5ed3bb6b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.213", + "version": "1.1.215", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",