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:
@@ -20,6 +20,7 @@ class DrawLineModifier extends AbstractDrawModifier
|
|||||||
foreach ($image as $frame) {
|
foreach ($image as $frame) {
|
||||||
imagealphablending($frame->native(), true);
|
imagealphablending($frame->native(), true);
|
||||||
imageantialias($frame->native(), true);
|
imageantialias($frame->native(), true);
|
||||||
|
imagesetthickness($frame->native(), $this->drawable->width());
|
||||||
imageline(
|
imageline(
|
||||||
$frame->native(),
|
$frame->native(),
|
||||||
$this->drawable->start()->x(),
|
$this->drawable->start()->x(),
|
||||||
|
Reference in New Issue
Block a user