Skip to content

Commit

Permalink
Reverted possible fix on #148 and #157
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed Apr 20, 2023
1 parent 2ccf759 commit d63e856
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Binary file modified readme.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function dots($info)
// this code has been modified to use ezpdf.

$project_url = "https://github.com/rospdf/";
$project_version = "Version 0.12.66";
$project_version = "Version 0.12.67";

$pdf = new Creport('a4', 'portrait', 'none', null);

Expand Down
4 changes: 0 additions & 4 deletions src/Cezpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -1979,10 +1979,6 @@ public function ezText($text, $size = 0, $options = [], $test = 0)

$line = $this->addText($left, $this->y, $size, $line, $right - $left, $just, 0, 0, $test);

if ($l == strlen($line)) {
$line = '';
}

if (is_array($options) && isset($options['justification'])) {
// recover justification
$just = $options['justification'];
Expand Down

0 comments on commit d63e856

Please sign in to comment.