Merge pull request #5693 from collinanderson/whitespace
cleaned whitespace
This commit is contained in:
commit
00ee6bd6b6
89 changed files with 56 additions and 126 deletions
|
@ -153,7 +153,7 @@ PDFJS.verbosity = (PDFJS.verbosity === undefined ?
|
|||
PDFJS.VERBOSITY_LEVELS.warnings : PDFJS.verbosity);
|
||||
|
||||
/**
|
||||
* The maximum supported canvas size in total pixels e.g. width * height.
|
||||
* The maximum supported canvas size in total pixels e.g. width * height.
|
||||
* The default value is 4096 * 4096. Use -1 for no limit.
|
||||
* @var {number}
|
||||
*/
|
||||
|
@ -608,7 +608,7 @@ var PDFDocumentProxy = (function PDFDocumentProxyClosure() {
|
|||
* rendering call the function that is the first argument
|
||||
* to the callback.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* PDF page operator list.
|
||||
*
|
||||
|
|
|
@ -2149,4 +2149,3 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
|
||||
return CanvasGraphics;
|
||||
})();
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/* globals PDFJS, shadow, isWorker, assert, warn, bytesToString, string32,
|
||||
/* globals PDFJS, shadow, isWorker, assert, warn, bytesToString, string32,
|
||||
globalScope, FontFace, Promise */
|
||||
|
||||
'use strict';
|
||||
|
|
|
@ -252,7 +252,7 @@ var SVGExtraState = (function SVGExtraStateClosure() {
|
|||
this.lineJoin = '';
|
||||
this.lineCap = '';
|
||||
this.miterLimit = 0;
|
||||
|
||||
|
||||
this.dashArray = [];
|
||||
this.dashPhase = 0;
|
||||
|
||||
|
@ -479,7 +479,7 @@ var SVGGraphics = (function SVGGraphicsClosure() {
|
|||
}
|
||||
return opListToTree(opList);
|
||||
},
|
||||
|
||||
|
||||
executeOpTree: function SVGGraphics_executeOpTree(opTree) {
|
||||
var opTreeLen = opTree.length;
|
||||
for(var x = 0; x < opTreeLen; x++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue