switch circular->evenodd conversion on by default
authorMatthias Kramm <kramm@quiss.org>
Sat, 6 Jun 2009 12:55:25 +0000 (14:55 +0200)
committerMatthias Kramm <kramm@quiss.org>
Sat, 6 Jun 2009 12:55:25 +0000 (14:55 +0200)
lib/pdf/GFXOutputDev.cc

index e963148..e5f21f3 100644 (file)
@@ -599,7 +599,7 @@ GFXOutputDev::GFXOutputDev(InfoOutputDev*info, PDFDoc*doc)
     this->config_remapunicode=0;
     this->config_transparent=0;
     this->config_extrafontdata = 0;
-    this->config_optimize_polygons = 0;
+    this->config_optimize_polygons = 1;
     this->config_multiply = 1;
     this->page2page = 0;
     this->num_pages = 0;