|
|
|
@ -923,7 +923,7 @@ var PDFPageView = (function PDFPageViewClosure() {
@@ -923,7 +923,7 @@ var PDFPageView = (function PDFPageViewClosure() {
|
|
|
|
|
this.renderingId = 'page' + id; |
|
|
|
|
|
|
|
|
|
this.rotation = 0; |
|
|
|
|
this.scale = scale || 1.0; |
|
|
|
|
this.scale = scale || DEFAULT_SCALE; |
|
|
|
|
this.viewport = defaultViewport; |
|
|
|
|
this.pdfPageRotate = defaultViewport.rotation; |
|
|
|
|
this.hasRestrictedScaling = false; |
|
|
|
|