mirror of
https://github.com/Intervention/image.git
synced 2025-08-13 01:14:04 +02:00
Fix ignored line width application with GD driver
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user