public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Let's track down this bug in table row coloring
sandal (author)
Thu Jul 24 09:55:06 -0700 2008
commit  6d84ac4ba0587ce6991a46c6b1105a55a296dc37
tree    ab0238db4973c8dac71484cafd1f50c269d7c84c
parent  96f660660345c7c22923ba51d0124022a3a189ab
...
33
34
35
36
37
38
 
39
40
41
...
33
34
35
 
 
 
36
37
38
39
0
@@ -33,9 +33,7 @@ Prawn::Document.generate("table.pdf") do
0
     :vertical_padding => 3,
0
     :border     => 2,
0
     :position   => :center,
0
-    :headers    => ["Column A","Column B","#"],
0
-    :row_colors => ["eeeeee"]
0
-
0
+    :headers    => ["Column A","Column B","#"]
0
   pad(20) do
0
     text "This should appear in the original font size"
0
   end

Comments