Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing logo in pdfs when using svg format #52

Merged
merged 6 commits into from
Jun 19, 2020

Conversation

sprain
Copy link
Owner

@sprain sprain commented Jun 18, 2020


  • BC break: Drops support for PHP 7.1 as endroid/qrcode requires PHP 7.2 sind v3.6
  • BC break: QrBill::SWISS_CROSS_LOGO_FILE is no longer publicly accessible. But I do not see any use case where this would or should have been used.

@sprain sprain added the wip Work in progress label Jun 18, 2020
@sprain sprain force-pushed the improve-svg-logo-behaviour branch from bd836de to df4c166 Compare June 18, 2020 15:53
@sprain sprain force-pushed the improve-svg-logo-behaviour branch from df4c166 to a3afabd Compare June 18, 2020 16:06
@sprain sprain removed the wip Work in progress label Jun 19, 2020
as the underlying version of endroid/qrcode requires at least PHP 7.2
@sprain sprain force-pushed the improve-svg-logo-behaviour branch from 4c1ebac to 5c11b26 Compare June 19, 2020 09:30
sprain added 2 commits June 19, 2020 15:15
# Conflicts:
#	src/QrBill.php
#	tests/TestData/HtmlOutput/qr-additional-information.html
#	tests/TestData/HtmlOutput/qr-additional-information.print.html
#	tests/TestData/HtmlOutput/qr-alternative-schemes.html
#	tests/TestData/HtmlOutput/qr-alternative-schemes.print.html
#	tests/TestData/HtmlOutput/qr-full-set.html
#	tests/TestData/HtmlOutput/qr-full-set.print.html
#	tests/TestData/HtmlOutput/qr-minimal-setup.html
#	tests/TestData/HtmlOutput/qr-minimal-setup.print.html
#	tests/TestData/HtmlOutput/qr-payment-information-without-amount.html
#	tests/TestData/HtmlOutput/qr-payment-information-without-amount.print.html
#	tests/TestData/HtmlOutput/qr-payment-information-zero-amount.html
#	tests/TestData/HtmlOutput/qr-payment-information-zero-amount.print.html
#	tests/TestData/HtmlOutput/qr-payment-reference-non.html
#	tests/TestData/HtmlOutput/qr-payment-reference-non.print.html
#	tests/TestData/HtmlOutput/qr-payment-reference-scor.html
#	tests/TestData/HtmlOutput/qr-payment-reference-scor.print.html
#	tests/TestData/HtmlOutput/qr-ultimate-debtor.html
#	tests/TestData/HtmlOutput/qr-ultimate-debtor.print.html
@sprain sprain merged commit 418dbd6 into master Jun 19, 2020
@sprain sprain deleted the improve-svg-logo-behaviour branch June 19, 2020 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swiss cross gets lost in pdf creation with SVG qr codes
1 participant