From 4a604dded0ee7bad64f47fe7a2f35dd139839136 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 22 Dec 2003 23:39:38 +0000 Subject: [PATCH] Set a smaller default EpsLineWidthFactor (0.5). The old default (1.0) really led to ugly printouts. Sorry Johan: you'll have to specify the option in your own confg file :-) --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index b40e9a9fc1..f61f4a19d9 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1022,7 +1022,7 @@ StringXNumber PrintOptions_Number[] = { "Compress PostScript/PDF output using zlib" }, { F|O, "EpsFontSize" , opt_print_eps_font_size , 12. , "Font size used in PostScript/PDF output" }, - { F|O, "EpsLineWidthFactor" , opt_print_eps_line_width_factor , 1.0 , + { F|O, "EpsLineWidthFactor" , opt_print_eps_line_width_factor , 0.5 , "Width factor for lines in PostScript/PDF output" }, { F|O, "EpsOcclusionCulling" , opt_print_eps_occlusion_culling , 1. , "Cull occluded primitives (to reduce PostScript/PDF file size)" }, -- GitLab