Fixing mtg card dimensions.
This commit is contained in:
parent
9d35ce2400
commit
fea89d3cba
@ -87,8 +87,8 @@ sub _generate_pdf($self, $cards, $images) {
|
||||
}
|
||||
my $margin_left = 25;
|
||||
my $margin_bottom = 25;
|
||||
my $mtg_card_width = 6.3;
|
||||
my $mtg_card_height = 8.8;
|
||||
my $mtg_card_width = 6.35;
|
||||
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…
x
Reference in New Issue
Block a user