This commit is contained in:
Malte Hübner 2018-02-17 11:27:36 +01:00
parent da772fca8c
commit 8778daddf3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class ExtraMarkerPrinter
$point = new Point($destX, $destY);
if ($canvas->getImage()->getSize()->contains($markerImage->getSize(), $point)) {
$markerImage->paste($canvas->getImage(), $point);
$canvas->getImage()->paste($markerImage, $point);
}
return $this;