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.lineJoin = '';
this.lineCap = ''; this.lineCap = '';
this.miterLimit = 0; this.miterLimit = 0;
this.dashArray = [];
this.dashPhase = 0;
// Dependency // Dependency
this.dependencies = []; this.dependencies = [];