GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.lighthouseapp.com/projects/9398/home
Clone URL: git://github.com/sandal/prawn.git
Add bug example for table suppressing newlines [#76]
Gregory Brown (author)
Fri Sep 12 11:20:29 -0700 2008
commit  751bc15ef6b66f9208972ee4b6d7df6ae6be9fa8
tree    799897eb6db2b2a3227a97ec05d7a4cc9052566d
parent  bbe1df6530455dff41768bcc329bdc7cfdfaded1
...
 
 
1
2
3
4
5
6
7
8
...
1
2
3
4
5
 
 
6
7
8
0
@@ -1,8 +1,8 @@
0
+# encoding: utf-8
0
+#
0
 # As of 200fc36455fa3bee0e1e3bb25d1b5bf73dbf3b52,
0
 # the following code does not correctly render a PNG image
0
 #
0
-# encoding: utf-8
0
-
0
 $LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
0
 require "prawn"
0
 
...
 
 
1
2
3
4
5
6
 
7
8
9
...
1
2
3
4
5
6
7
 
8
9
10
11
0
@@ -1,9 +1,11 @@
0
+# encoding: utf-8
0
+#
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
+#
0
 $LOAD_PATH << File.join(File.dirname(__FILE__), '..', '..', 'lib')
0
 require "prawn"
0
 
...
9
10
11
12
13
14
15
...
9
10
11
 
12
13
14
0
@@ -9,7 +9,6 @@
0
 # boxes. Ideally, this would instead use the nesting bounding box dimensions
0
 # [#80] , but this works for now.
0
 #
0
-
0
 $LOAD_PATH << File.join(File.dirname(__FILE__), '..', '..', 'lib')
0
 require "prawn"
0
 
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@
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
+#
0
 $LOAD_PATH << File.join(File.dirname(__FILE__), '..', '..', 'lib')
0
 require "prawn"
0
 

Comments

    No one has commented yet.