]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix the fill color for the tutorial graph legend. 9381/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 Jan 2020 19:28:46 +0000 (12:28 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 Jan 2020 21:11:59 +0000 (14:11 -0700)
doc/doxygen/scripts/steps.pl

index 0295816181b698f901d120e9f39af7005ea6df0a..c2266cfa3aeafe000a5a52a9dd06a197362e6f10 100644 (file)
@@ -35,8 +35,8 @@ my %colors = (
  "fluids"         => 'yellow2',
  "solids"         => 'lightblue',
  "time dependent" => 'dodgerblue1',
- "unfinished"     => 'black',
- "code-gallery"   => 'black',
+ "unfinished"     => 'white',
+ "code-gallery"   => 'white',
     );
 
 my %style = (
@@ -122,7 +122,7 @@ foreach $step (@ARGV)
 
       printf "  code_gallery_$tag [label=\"\", URL=\"\\ref code_gallery_$tag\", tooltip=\"$tooltip\"";
       my $kind = "code-gallery";
-      print "$style{$kind}";
+      print "$style{$kind},fillcolor=\"$colors{$kind}\"";
     }
 
     print "];\n";

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.