X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/3eefc3274dd672ee30ab7d2013446e08f9d58ff0..3394cba3fdb5d6608d405320101eeba0efb4763c:/Controller/ImageController.php diff --git a/Controller/ImageController.php b/Controller/ImageController.php index 298ee3f..6314361 100644 --- a/Controller/ImageController.php +++ b/Controller/ImageController.php @@ -35,13 +35,6 @@ class ImageController extends AbstractController implements ServiceSubscriberInt */ protected string $cache; - /** - * The ContainerInterface instance - * - * @var ContainerInterface - */ - protected $container; - /** * The ImageUtil instance */ @@ -158,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)));