From a64cd7f404b3e3fb1eecac84cd805552ca56de30 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 21 Mar 2005 00:50:18 +0000 Subject: [PATCH] nicer stipples --- Common/DefaultOptions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 08a7d27c77..de7bfb8c2b 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -413,13 +413,13 @@ StringXString ViewOptions_String[] = { "Second stippling pattern" }, { F|O, "Stipple2" , opt_view_stipple2 , "1*0x087F" , "Third stippling pattern" }, - { F|O, "Stipple3" , opt_view_stipple3 , "1*0xFCCC" , + { F|O, "Stipple3" , opt_view_stipple3 , "1*0xCCCF" , "Fourth stippling pattern" }, { F|O, "Stipple4" , opt_view_stipple4 , "2*0x1111" , "Fifth stippling pattern" }, - { F|O, "Stipple5" , opt_view_stipple5 , "2*0xF0F0" , + { F|O, "Stipple5" , opt_view_stipple5 , "2*0x0F0F" , "Sixth stippling pattern" }, - { F|O, "Stipple6" , opt_view_stipple6 , "1*0xFFFC" , + { F|O, "Stipple6" , opt_view_stipple6 , "1*0xCFFF" , "Seventh stippling pattern" }, { F|O, "Stipple7" , opt_view_stipple7 , "2*0x0202" , "Eighth stippling pattern" }, -- GitLab