diff --git a/doc/FAQ b/doc/FAQ index 3cb5337183ae08a339f2520977790859d81b6bb7..38601870cc6a09038c25089cf8e38d844b51f803 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,4 +1,4 @@ -$Id: FAQ,v 1.56 2005-03-23 16:53:44 geuzaine Exp $ +$Id: FAQ,v 1.57 2005-03-24 18:59:18 geuzaine Exp $ This is the Gmsh FAQ @@ -98,6 +98,16 @@ Are you are executing Gmsh from a remote host (via the network) without GLX? You should turn double buffering off (with the -nodb command line option). +* 3.4 Why is there an ugly "ghost" triangulation in the vector +PostScript/PDF files generated by Gmsh? + +Actually, there isn't. This "ghost triangulation" is due to the fact +that most PostScript previewers nowadays antialias the graphic +primitives when they display the page on screen. (For example, in gv, +you can disable antialising with the 'State->Antialias' menu.) You +should not see this ghost triangulation in the printed output (on +paper). + ******************************************************************** Section 4: Geometry module