|
|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.0.661'; |
|
|
|
|
PDFJS.build = '84584f9'; |
|
|
|
|
PDFJS.version = '1.0.663'; |
|
|
|
|
PDFJS.build = '84457b7'; |
|
|
|
|
|
|
|
|
|
(function pdfjsWrapper() { |
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
@ -23211,8 +23211,8 @@ var Type1CharString = (function Type1CharStringClosure() {
@@ -23211,8 +23211,8 @@ var Type1CharString = (function Type1CharStringClosure() {
|
|
|
|
|
sbx = this.stack.pop(); |
|
|
|
|
this.lsb = sbx; |
|
|
|
|
this.width = wx; |
|
|
|
|
this.stack.push(sbx); |
|
|
|
|
error = this.executeCommand(1, COMMAND_MAP.hmoveto); |
|
|
|
|
this.stack.push(wx, sbx); |
|
|
|
|
error = this.executeCommand(2, COMMAND_MAP.hmoveto); |
|
|
|
|
break; |
|
|
|
|
case 14: // endchar
|
|
|
|
|
this.output.push(COMMAND_MAP.endchar[0]); |
|
|
|
@ -23286,8 +23286,8 @@ var Type1CharString = (function Type1CharStringClosure() {
@@ -23286,8 +23286,8 @@ var Type1CharString = (function Type1CharStringClosure() {
|
|
|
|
|
sbx = this.stack.pop(); |
|
|
|
|
this.lsb = sbx; |
|
|
|
|
this.width = wx; |
|
|
|
|
this.stack.push(sbx, sby); |
|
|
|
|
error = this.executeCommand(2, COMMAND_MAP.rmoveto); |
|
|
|
|
this.stack.push(wx, sbx, sby); |
|
|
|
|
error = this.executeCommand(3, COMMAND_MAP.rmoveto); |
|
|
|
|
break; |
|
|
|
|
case (12 << 8) + 12: // div
|
|
|
|
|
if (this.stack.length < 2) { |
|
|
|
|