From: <ai...@us...> - 2013-10-12 00:49:39
|
Revision: 12590 http://sourceforge.net/p/plplot/code/12590 Author: airwin Date: 2013-10-12 00:49:36 +0000 (Sat, 12 Oct 2013) Log Message: ----------- Enable the pdf device by default. Assuming that the libhpdf library this device depends on has the patch available at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726069 applied, all standard examples should work with this device. Modified Paths: -------------- trunk/cmake/modules/drivers-init.cmake Modified: trunk/cmake/modules/drivers-init.cmake =================================================================== --- trunk/cmake/modules/drivers-init.cmake 2013-10-12 00:45:01 UTC (rev 12589) +++ trunk/cmake/modules/drivers-init.cmake 2013-10-12 00:49:36 UTC (rev 12590) @@ -196,7 +196,7 @@ # no alpha transparency) and poorly maintained (the double free for # example 2 has not been fixed). Therefore retire this device. # "pbm:pbm:OFF:F:OFF" - "pdf:pdf:OFF:F:OFF" + "pdf:pdf:ON:F:OFF" # (2007-09-01) As discussed on list, don't enable plmeta until we sort # out the known issues (e.g., strings, aspect ratio, and TrueType fonts). # This is going to take time/energy for some volunteer who has not volunteered This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |