X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/ef6d58764df2a7109079ec71a9f2662990f11ea6..3394cba3fdb5d6608d405320101eeba0efb4763c:/Controller/ImageController.php diff --git a/Controller/ImageController.php b/Controller/ImageController.php index dd54839..6314361 100644 --- a/Controller/ImageController.php +++ b/Controller/ImageController.php @@ -151,7 +151,7 @@ class ImageController extends AbstractController implements ServiceSubscriberInt $draw->setFontSize($this->image->captchaFontSize/1.5); //Set stroke width - $draw->setStrokeWidth($this->image->captchaStrokeWidth / 2); + $draw->setStrokeWidth($this->image->captchaStrokeWidth / 3); //Set rotation $draw->rotate($rotate = (rand(25, 75)*(rand(0,1)?-.1:.1)));