[Pkg-javascript-commits] [pdf.js] 22/246: Misc variable initialization
David Prévot
taffit at moszumanska.debian.org
Sun Sep 7 15:36:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit a55c9856e9e07148df97985eb90ea24c7461481b
Author: pramodhkp <prmdh1 at gmail.com>
Date: Thu Jul 3 21:37:05 2014 +0530
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 fcdb8d0..c253b46 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 = [];
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list