PDF::Table: Rahmen bei umgebrochenen Zeilen in der korrekten Länge zeichnen.
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 25 Feb 2016 15:38:41 +0000 (16:38 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 25 Feb 2016 17:38:19 +0000 (18:38 +0100)
modules/override/PDF/Table.pm

index 95efebc..1fd5054 100644 (file)
@@ -813,7 +813,7 @@ sub table
 
                 if ($line_w && $vertical_lines[$column_idx] && ($column_idx != (scalar(@{ $record }) - 1))) {
                     $gfx->move($cur_x, $cur_y);
-                    $gfx->vline($cur_y - $row_h);
+                    $gfx->vline($cur_y - $current_row_height);
                     $gfx->fillcolor($border_color);
                 }
             }#End of for(my $column_idx....