X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/8497d519fc54379d720e62baff2062e66637c330..169794abc05627fdc279d24c984da4f74c658ff7:/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)));