|
From: <ai...@us...> - 2009-08-15 04:03:20
|
Revision: 10259
http://plplot.svn.sourceforge.net/plplot/?rev=10259&view=rev
Author: airwin
Date: 2009-08-15 04:03:15 +0000 (Sat, 15 Aug 2009)
Log Message:
-----------
This driver does not implement pattern fills. Therefore,
correct setting of pls->dev_fill1 to be consistent with that.
Modified Paths:
--------------
trunk/drivers/pdf.c
Modified: trunk/drivers/pdf.c
===================================================================
--- trunk/drivers/pdf.c 2009-08-15 03:59:46 UTC (rev 10258)
+++ trunk/drivers/pdf.c 2009-08-15 04:03:15 UTC (rev 10259)
@@ -216,7 +216,7 @@
pls->page = 0;
pls->dev_fill0 = 1; /* supports hardware solid fills */
- pls->dev_fill1 = 1;
+ pls->dev_fill1 = 0; /* Use PLplot core fallback for pattern fills */
pls->graphx = GRAPHICS_MODE;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|