|
@@ -45,7 +45,7 @@ var mozL10n = document.mozL10n || document.webL10n;
|
|
|
|
|
|
|
|
|
var CSS_UNITS = 96.0 / 72.0;
|
|
|
-var DEFAULT_SCALE_VALUE = 1.0;
|
|
|
+var DEFAULT_SCALE_VALUE = 'page-width';
|
|
|
var DEFAULT_SCALE = 1.0;
|
|
|
var UNKNOWN_SCALE = 0;
|
|
|
var MAX_AUTO_SCALE = 1.25;
|
|
@@ -3574,7 +3574,7 @@ var PDFPageView = (function PDFPageViewClosure() {
|
|
|
this.renderingId = 'page' + id;
|
|
|
|
|
|
this.rotation = 0;
|
|
|
- this.scale = 'page-width';//scale || DEFAULT_SCALE;
|
|
|
+ this.scale = scale || DEFAULT_SCALE;
|
|
|
this.viewport = defaultViewport;
|
|
|
this.pdfPageRotate = defaultViewport.rotation;
|
|
|
this.hasRestrictedScaling = false;
|