Skip to content

Commit c001b34

Browse files
committed
Replace swiss cross icon with an optimized png
Same image contents, much smaller file size
1 parent 0f93804 commit c001b34

21 files changed

+19
-19
lines changed

assets/swiss-cross.optimized.png

127 Bytes
Loading

assets/swiss-cross.png

-14.4 KB
Binary file not shown.

src/QrBill.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class QrBill implements SelfValidatableInterface
2525
{
2626
use SelfValidatableTrait;
2727

28-
const SWISS_CROSS_LOGO_FILE = __DIR__ . '/../assets/swiss-cross.png';
28+
const SWISS_CROSS_LOGO_FILE = __DIR__ . '/../assets/swiss-cross.optimized.png';
2929

3030
const ERROR_CORRECTION_LEVEL_HIGH = ErrorCorrectionLevel::HIGH;
3131
const ERROR_CORRECTION_LEVEL_MEDIUM = ErrorCorrectionLevel::MEDIUM;

tests/TestData/HtmlOutput/qr-additional-information.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-additional-information.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-alternative-schemes.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-alternative-schemes.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-full-set.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-full-set.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-minimal-setup.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-minimal-setup.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-payment-information-without-amount.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-payment-information-without-amount.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-payment-information-zero-amount.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-payment-information-zero-amount.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-payment-reference-non.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-payment-reference-non.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-payment-reference-scor.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-payment-reference-scor.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-ultimate-debtor.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/TestData/HtmlOutput/qr-ultimate-debtor.print.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)