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

index d4fa73d..be096dd 100644 (file)
@@ -20,10 +20,10 @@ $font_path = 'files/coolvetica rg.ttf';
 
 
 // County on Petition
-imagettftext($jpg_image, 50, 0, 200, 220, $black, $font_path, 'Baltimore');
+imagettftext($jpg_image, 50, 0, 200, 240, $black, $font_path, 'Baltimore');
 // OR
 // City Checkbox
-imagettftext($jpg_image, 50, 0, 115, 370, $black, $font_path, 'X');
+imagettftext($jpg_image, 50, 0, 115, 365, $black, $font_path, 'X');