make sure to initialize dashPattern correctly
[swftools.git] / lib / pdf / GFXOutputDev.cc
index 7d45e50..ef441b4 100644 (file)
@@ -575,6 +575,7 @@ GFXOutputDev::GFXOutputDev(InfoOutputDev*info, PDFDoc*doc)
     this->config_multiply = 1;
 
     this->gfxfontlist = gfxfontlist_create();
+    this->dashPattern = 0;
   
     memset(states, 0, sizeof(states));
     this->featurewarnings = 0;