Revision 375c7e54
Von Sven Schöling vor fast 9 Jahren hinzugefügt
modules/override/PDF/Table.pm | ||
---|---|---|
813 | 813 |
|
814 | 814 |
if ($line_w && $vertical_lines[$column_idx] && ($column_idx != (scalar(@{ $record }) - 1))) { |
815 | 815 |
$gfx->move($cur_x, $cur_y); |
816 |
$gfx->vline($cur_y - $row_h);
|
|
816 |
$gfx->vline($cur_y - $current_row_height);
|
|
817 | 817 |
$gfx->fillcolor($border_color); |
818 | 818 |
} |
819 | 819 |
}#End of for(my $column_idx.... |
Auch abrufbar als: Unified diff
PDF::Table: Rahmen bei umgebrochenen Zeilen in der korrekten Länge zeichnen.