public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
Recording fix for tables. Hopefully this is right. [#29 state:resolved]
sandal (author)
Mon Jun 23 14:23:56 -0700 2008
commit  fa0d25c8efe368eae8d6579a4a37cf00d1b52074
tree    18554a09f313ece28dc8d19f5d0cc3206a623abe
parent  09c837466c31bb715f1276118c606e20477577df
...
1
2
 
 
 
3
4
5
...
1
2
3
4
5
6
7
8
0
@@ -1,5 +1,8 @@
0
 # As of 40c7bde9690e5174b6a958a5df6b2aabc6b8b041 this code produces an extra
0
 # empty line of text in row 2.
0
+#
0
+# Simple rounding of string_width floats seems to fix this issue, see the patch
0
+# in 09c837466c31bb715f1276118c606e20477577df.
0
 
0
 $LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
0
 require "prawn"

Comments