Skip to content

Commit fce993f

Browse files
authored
Reverted possible fix on #148 and #157 (#174)
1 parent 2ccf759 commit fce993f

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

readme.pdf

12.4 KB
Binary file not shown.

readme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function dots($info)
7070
// this code has been modified to use ezpdf.
7171

7272
$project_url = "https://github.com/rospdf/";
73-
$project_version = "Version 0.12.66";
73+
$project_version = "Version 0.12.67";
7474

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

src/Cezpdf.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,10 +1979,6 @@ public function ezText($text, $size = 0, $options = [], $test = 0)
19791979

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

1982-
if ($l == strlen($line)) {
1983-
$line = '';
1984-
}
1985-
19861982
if (is_array($options) && isset($options['justification'])) {
19871983
// recover justification
19881984
$just = $options['justification'];

0 commit comments

Comments
 (0)