projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a80cfe6
)
Swiss QR-Bill: QrBill.pm: Skalierung Schweizerkreuz angepasst
author
Cem Aydin
<cem.aydin@gmx.ch>
Tue, 18 Jan 2022 15:29:37 +0000
(16:29 +0100)
committer
Cem Aydin
<cem.aydin@gmx.ch>
Wed, 19 Jan 2022 22:29:27 +0000
(23:29 +0100)
SL/Helper/QrBill.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/QrBill.pm
b/SL/Helper/QrBill.pm
index
db9ab5d
..
a837124
100644
(file)
--- 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 {