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