From: Cem Aydin Date: Tue, 18 Jan 2022 15:29:37 +0000 (+0100) Subject: Swiss QR-Bill: QrBill.pm: Skalierung Schweizerkreuz angepasst X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~235 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/50b0d77d76ce3e5b6eb0b637386d540672a59234?ds=sidebyside;hp=--cc Swiss QR-Bill: QrBill.pm: Skalierung Schweizerkreuz angepasst --- 50b0d77d76ce3e5b6eb0b637386d540672a59234 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 {