switched on convertgradients by default
authorkramm <kramm>
Thu, 8 May 2008 08:12:12 +0000 (08:12 +0000)
committerkramm <kramm>
Thu, 8 May 2008 08:12:12 +0000 (08:12 +0000)
lib/pdf/GFXOutputDev.cc

index 881236c..ca3abbd 100644 (file)
@@ -564,7 +564,7 @@ GFXOutputDev::GFXOutputDev(InfoOutputDev*info, PDFDoc*doc)
     this->pages = 0;
     this->pagebuflen = 0;
     this->pagepos = 0;
-    this->config_convertgradients=0;
+    this->config_convertgradients=1;
     this->config_break_on_warning=0;
     this->config_remapunicode=0;
     this->config_transparent=0;