Skip to content

Commit 3598d0c

Browse files
author
ole
authored
Fixed repeating background image when using ezColumnsStart (#141)
* Fixed repeating background image when using ezColumnsStart * Updated readme and version
1 parent 45c2a26 commit 3598d0c

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

data.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Note that this document was generated using the demo script 'readme.php' which c
2929

3030
1<Changelog>
3131

32+
3<0.12.62>
33+
- Fixed repeating background image when using ezColumnsStart
34+
3235
3<0.12.61>
3336
- Fixed issue #139
3437
- Fixed full justification during line breaks using $pdf->ezText()

readme.pdf

-2 Bytes
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.61";
73+
$project_version = "Version 0.12.62";
7474

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

src/Cezpdf.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,10 @@ public function ezNewPage()
530530
} else {
531531
$this->ezPages[$this->ezPageCount] = $this->newPage();
532532
}
533+
$this->setBackground();
533534
} else {
534535
$this->y = $this->ez['pageHeight'] - $this->ez['topMargin'];
535536
}
536-
537-
$this->setBackground();
538537
}
539538

540539
/**

0 commit comments

Comments
 (0)