public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Update bug notes
sandal (author)
Thu Jul 24 10:37:32 -0700 2008
commit  24a7e48a11ae7918efc81926182a02a44276b23c
tree    1155917fc76be37b4a5e1a7452e19b28bede9432
parent  97d9bf083fd9423d17fd1efca36ea675ff34a6d7
...
1
2
3
 
 
 
 
 
 
4
5
6
...
1
2
 
3
4
5
6
7
8
9
10
11
0
@@ -1,6 +1,11 @@
0
 # As of 96f660660345c7c22923ba51d0124022a3a189ab, table is currently not taking
0
 # in account border widths when filling in rows with background coloring.  This
0
-# means the larger the border, the larger the visible gap between rows.
0
+# means the larger the border, the larger the visible gap between rows.    
0
+#
0
+# This problem was fixed in 97d9bf083fd9423d17fd1efca36ea675ff34a6d7, but
0
+# there remains a very minor issue when the border size is 1 for the headers.
0
+# Because this almost appears to be a feature display-wise, we will leave it 
0
+# alone for now.
0
 
0
 $LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
0
 require "prawn"

Comments