Misc variable initialization
This commit is contained in:
parent
0688fd3d70
commit
a55c9856e9
@ -62,6 +62,9 @@ var SVGExtraState = (function SVGExtraStateClosure() {
|
||||
this.lineCap = '';
|
||||
this.miterLimit = 0;
|
||||
|
||||
this.dashArray = [];
|
||||
this.dashPhase = 0;
|
||||
|
||||
// Dependency
|
||||
this.dependencies = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user