From 94a45ee98be7659f5f18dbde2be232d83c6dcd6e Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 7 May 2020 10:39:05 -0400 Subject: [PATCH] Update hard_copy.php --- hard_copy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hard_copy.php b/hard_copy.php index 5ac51f3..19f14e8 100644 --- a/hard_copy.php +++ b/hard_copy.php @@ -29,11 +29,11 @@ imagettftext($jpg_image, 50, 0, 115, 365, $black, $font_path, 'X'); // name imagettftext($jpg_image, 50, 0, 350, 1070, $black, $font_path, 'Patrick Michael McGuire'); // address -imagettftext($jpg_image, 50, 0, 350, 1300, $black, $font_path, '501 Spring Ave Lutherville 21093'); +imagettftext($jpg_image, 50, 0, 400, 1300, $black, $font_path, '501 Spring Ave Lutherville 21093'); // date of birth imagettftext($jpg_image, 50, 0, 1800, 1070, $black, $font_path, '02 09 1980'); // date signed -imagettftext($jpg_image, 50, 0, 1800, 1150, $black, $font_path, '05 07 2020'); +imagettftext($jpg_image, 50, 0, 1800, 1200, $black, $font_path, '05 07 2020'); -- 2.20.1