Update hard_copy.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 7 May 2020 14:39:05 +0000 (10:39 -0400)
committerGitHub <noreply@github.com>
Thu, 7 May 2020 14:39:05 +0000 (10:39 -0400)
hard_copy.php

index 5ac51f3..19f14e8 100644 (file)
@@ -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');