Fix.
This commit is contained in:
parent
da772fca8c
commit
8778daddf3
@ -76,7 +76,7 @@ class ExtraMarkerPrinter
|
|||||||
$point = new Point($destX, $destY);
|
$point = new Point($destX, $destY);
|
||||||
|
|
||||||
if ($canvas->getImage()->getSize()->contains($markerImage->getSize(), $point)) {
|
if ($canvas->getImage()->getSize()->contains($markerImage->getSize(), $point)) {
|
||||||
$markerImage->paste($canvas->getImage(), $point);
|
$canvas->getImage()->paste($markerImage, $point);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
Reference in New Issue
Block a user