1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +02:00

Fix ignored line width application with GD driver

This commit is contained in:
Oliver Vogel
2024-01-30 16:17:53 +01:00
parent 8e4521a5fe
commit 3ad5ca2476

View File

@@ -20,6 +20,7 @@ class DrawLineModifier extends AbstractDrawModifier
foreach ($image as $frame) {
imagealphablending($frame->native(), true);
imageantialias($frame->native(), true);
imagesetthickness($frame->native(), $this->drawable->width());
imageline(
$frame->native(),
$this->drawable->start()->x(),