Maybe my pdf reader prints badly the dimensions.
This commit is contained in:
parent
201a220cba
commit
0d014f0de3
|
@ -105,7 +105,7 @@ sub _generate_pdf ( $self, $cards, $images ) {
|
|||
}
|
||||
my $margin_bottom = 25;
|
||||
my $mtg_card_width = 6.35;
|
||||
my $mtg_card_height = 9.15;
|
||||
my $mtg_card_height = 8.89;
|
||||
my $small_line_to_cut_better_size = 0.5;
|
||||
open my $fh, '<', \$images_card->{$image_kind};
|
||||
my $image = $pdf->image( $fh, format => 'jpeg' );
|
||||
|
|
Loading…
Reference in New Issue