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:
parent
0688fd3d70
commit
a55c9856e9
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ var SVGExtraState = (function SVGExtraStateClosure() {
|
|||
this.lineJoin = '';
|
||||
this.lineCap = '';
|
||||
this.miterLimit = 0;
|
||||
|
||||
this.dashArray = [];
|
||||
this.dashPhase = 0;
|
||||
|
||||
// Dependency
|
||||
this.dependencies = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue