From: Patrick McGuire Date: Thu, 7 May 2020 14:35:06 +0000 (-0400) Subject: Update hard_copy.php X-Git-Tag: v1.0.0~953 X-Git-Url: https://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/commitdiff_plain/c1000c138596f906d1a486643131fd3a89171701 Update hard_copy.php --- diff --git a/hard_copy.php b/hard_copy.php index 96cc513..aa768e8 100644 --- a/hard_copy.php +++ b/hard_copy.php @@ -27,13 +27,13 @@ imagettftext($jpg_image, 50, 0, 115, 365, $black, $font_path, 'X'); // Slot 1 on Petition // name -imagettftext($jpg_image, 50, 0, 300, 1100, $black, $font_path, 'Patrick Michael McGuire'); +imagettftext($jpg_image, 50, 0, 350, 1050, $black, $font_path, 'Patrick Michael McGuire'); // address -imagettftext($jpg_image, 50, 0, 300, 1200, $black, $font_path, '501 Spring Ave Lutherville 21093'); +imagettftext($jpg_image, 50, 0, 350, 1200, $black, $font_path, '501 Spring Ave Lutherville 21093'); // date of birth -imagettftext($jpg_image, 50, 0, 2000, 1100, $black, $font_path, '02 09 1980'); +imagettftext($jpg_image, 50, 0, 1800, 1050, $black, $font_path, '02 09 1980'); // date signed -imagettftext($jpg_image, 50, 0, 2000, 1300, $black, $font_path, '05 07 2020'); +imagettftext($jpg_image, 50, 0, 1800, 1250, $black, $font_path, '05 07 2020');