diff --git a/src/OpenGraphImages.php b/src/OpenGraphImages.php index debb743..0ed9eec 100644 --- a/src/OpenGraphImages.php +++ b/src/OpenGraphImages.php @@ -634,7 +634,7 @@ protected function setAppDecorationCoordinates(): void protected function setLineCoordinates(): void { $defaultPaddingLine = 7; - $rectangleHeight = intval(round($this->imageWidth / 200)); + $rectangleHeight = intval($this->imageWidth / 200); switch ($this->appNamePosition) { case 'top-left':