From fe1b0e2e64157133322974c28b44c25c2770a0c5 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Wed, 14 Feb 2024 16:11:21 +0100 Subject: [PATCH] Remove redundant code --- src/Drivers/Imagick/FontProcessor.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Drivers/Imagick/FontProcessor.php b/src/Drivers/Imagick/FontProcessor.php index 831b5110..a804244d 100644 --- a/src/Drivers/Imagick/FontProcessor.php +++ b/src/Drivers/Imagick/FontProcessor.php @@ -30,8 +30,6 @@ class FontProcessor extends AbstractFontProcessor } $draw = $this->toImagickDraw($font); - $draw->setStrokeAntialias(true); - $draw->setTextAntialias(true); $dimensions = (new Imagick())->queryFontMetrics($draw, $text); return new Rectangle(