Gregwar / Captcha

PHP Captcha library
MIT License
1.73k stars 290 forks source link

Time to time generated image and phrase have mismatched letter casing #125

Open visula-kingdom360 opened 10 months ago

visula-kingdom360 commented 10 months ago

Captcha issue with case mismatch so had to use lowercase characters to continue. Image generated from the captcha is this: Screenshot 2024-01-22 162241 The phrase generated from the captcha is this: Screenshot 2024-01-22 162346

As analyzed this occurred because of the uppercase '.ttf' file -> captcha2.ttf as it contains only Uppercase values, if possible please add a fix for this as soon as possible

reccoder commented 9 months ago

I fixed the issue, and created a pull request https://github.com/Gregwar/Captcha/pull/126 Once request will be approved the issue will be fixed