@@ -1121,7 +1121,7 @@ class Agreement
$cy = $pdf->GetY();
$x = $cx + 48;
- $y = $cy - 40;
+ $y = $cy - 42;
$pdf->Image($pic, $x, $y, 30, 30);