From a55c9856e9e07148df97985eb90ea24c7461481b Mon Sep 17 00:00:00 2001 From: pramodhkp Date: Thu, 3 Jul 2014 21:37:05 +0530 Subject: [PATCH] Misc variable initialization --- src/display/svg.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/display/svg.js b/src/display/svg.js index fcdb8d05b..c253b4641 100644 --- a/src/display/svg.js +++ b/src/display/svg.js @@ -61,6 +61,9 @@ var SVGExtraState = (function SVGExtraStateClosure() { this.lineJoin = ''; this.lineCap = ''; this.miterLimit = 0; + + this.dashArray = []; + this.dashPhase = 0; // Dependency this.dependencies = [];