From 50b0d77d76ce3e5b6eb0b637386d540672a59234 Mon Sep 17 00:00:00 2001 From: Cem Aydin Date: Tue, 18 Jan 2022 16:29:37 +0100 Subject: [PATCH] Swiss QR-Bill: QrBill.pm: Skalierung Schweizerkreuz angepasst --- SL/Helper/QrBill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Helper/QrBill.pm b/SL/Helper/QrBill.pm index db9ab5d68..a83712430 100644 --- a/SL/Helper/QrBill.pm +++ b/SL/Helper/QrBill.pm @@ -129,7 +129,7 @@ sub _cross { my $cross = Imager->new(); $cross->read(file => $Config{cross_file}) or die $cross->errstr, "\n"; - return $cross->scale(xpixels => 27, ypixels => 27, qtype => 'mixing'); + return $cross->scale(xpixels => 35, ypixels => 35, qtype => 'mixing'); } sub _plot { -- 2.20.1