# HG changeset patch # User Ben Abbott # Date 1326407549 18000 # Node ID 81ee6b12adbc80d3ed17fff6fafde6f2d611d6d2 # Parent f50e5fa121cff65dac9ac594e06c07f1c690333d 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. diff -r f50e5fa121cf -r 81ee6b12adbc src/gl2ps-renderer.cc --- a/src/gl2ps-renderer.cc Thu Jan 12 12:44:37 2012 -0800 +++ b/src/gl2ps-renderer.cc Thu Jan 12 17:32:29 2012 -0500 @@ -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, "" );