changeset 14203:81ee6b12adbc stable

Disable the PS Level 3 shading feature in gl2ps. * gl2ps-renderer.cc: Add GL2PS_NO_PS3_SHADING to the list of options passed to gl2psBeginPage (). Bug # 35259.
author Ben Abbott <bpabbott@mac.com>
date Thu, 12 Jan 2012 17:32:29 -0500
parents f50e5fa121cf
children 704f7895eef0
files src/gl2ps-renderer.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gl2ps-renderer.cc
+++ b/src/gl2ps-renderer.cc
@@ -79,7 +79,8 @@
                           gl2ps_term, GL2PS_BSP_SORT,
                           (GL2PS_SILENT | GL2PS_SIMPLE_LINE_OFFSET
                            | GL2PS_NO_BLENDING | GL2PS_OCCLUSION_CULL
-                           | GL2PS_BEST_ROOT | gl2ps_text),
+                           | GL2PS_BEST_ROOT | gl2ps_text
+                           | GL2PS_NO_PS3_SHADING),
                           GL_RGBA, 0, NULL, 0, 0, 0,
                           buffsize, fp, "" );