Swiss QR-Bill: QrBill.pm: Skalierung Schweizerkreuz angepasst
authorCem Aydin <cem.aydin@gmx.ch>
Tue, 18 Jan 2022 15:29:37 +0000 (16:29 +0100)
committerCem Aydin <cem.aydin@gmx.ch>
Wed, 19 Jan 2022 22:29:27 +0000 (23:29 +0100)
SL/Helper/QrBill.pm

index db9ab5d..a837124 100644 (file)
@@ -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 {