Skip to content
Snippets Groups Projects
Commit 4a604dde authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

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 :-)
parent da8940fa
No related branches found
No related tags found
No related merge requests found
...@@ -1022,7 +1022,7 @@ StringXNumber PrintOptions_Number[] = { ...@@ -1022,7 +1022,7 @@ StringXNumber PrintOptions_Number[] = {
"Compress PostScript/PDF output using zlib" }, "Compress PostScript/PDF output using zlib" },
{ F|O, "EpsFontSize" , opt_print_eps_font_size , 12. , { F|O, "EpsFontSize" , opt_print_eps_font_size , 12. ,
"Font size used in PostScript/PDF output" }, "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" }, "Width factor for lines in PostScript/PDF output" },
{ F|O, "EpsOcclusionCulling" , opt_print_eps_occlusion_culling , 1. , { F|O, "EpsOcclusionCulling" , opt_print_eps_occlusion_culling , 1. ,
"Cull occluded primitives (to reduce PostScript/PDF file size)" }, "Cull occluded primitives (to reduce PostScript/PDF file size)" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment