1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Misc variable initialization

This commit is contained in:
pramodhkp 2014-07-03 21:37:05 +05:30
parent 0688fd3d70
commit a55c9856e9

View file

@ -61,6 +61,9 @@ var SVGExtraState = (function SVGExtraStateClosure() {
this.lineJoin = '';
this.lineCap = '';
this.miterLimit = 0;
this.dashArray = [];
this.dashPhase = 0;
// Dependency
this.dependencies = [];