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 non-numeric value warning #627

Merged
merged 4 commits into from
Sep 6, 2023
Merged

Commits on Jun 7, 2023

  1. Fix non-numeric value warning

    Fixes this warning on generating PDF:
    Warning: A non-numeric value encountered in /tcpdf/tcpdf.php on line 5473
    d-salerno committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d7a90bb View commit details
    Browse the repository at this point in the history
  2. Better fix for non-numeric value warning

    Fixes this warning on generating PDF after calling `Text` with a non-numeric value for `$fstroke`:
    Warning: A non-numeric value encountered in /tcpdf/tcpdf.php on line 5470
    d-salerno committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a247704 View commit details
    Browse the repository at this point in the history
  3. Update tcpdf.php

    Co-authored-by: William Desportes <williamdes@wdes.fr>
    d-salerno and williamdes committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9c7d929 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    d814750 View commit details
    Browse the repository at this point in the history