mewebstudio / captcha

Captcha for Laravel 5/6/7/8/9/10/11
MIT License
2.46k stars 453 forks source link

The interference line drawn is too wide #299

Closed cjango closed 3 weeks ago

cjango commented 3 months ago

image

novrizal commented 2 months ago

I have experienced the same thing on production server, localhost is fine. I think this is related to other packages, version or image extension? captcha

rundhik commented 2 months ago

I have experienced the same thing on production server, localhost is fine. I think this is related to other packages, version or image extension? captcha

I have same experience too. Its' look some merged here #300. Maybe before release update, this can solve with force adjustment in \vendor\mews\captcha\src\Captcha.php. Go to line 460 and adjust the $line->width(5);.

I think if the release update was finished, it's can be configured at \config\captcha.php using key :

'lineWidth' => 1,
neccohuang commented 1 month ago

This issue still exists, and the PR to modify the line width has been closed. T__T