We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f455b commit 033d12eCopy full SHA for 033d12e
src/Drivers/Imagick/Modifiers/DrawLineModifier.php
@@ -19,6 +19,7 @@ public function apply(ImageInterface $image): ImageInterface
19
{
20
$drawing = new ImagickDraw();
21
$drawing->setStrokeWidth($this->drawable->width());
22
+ $drawing->setFillOpacity(0);
23
$drawing->setStrokeColor(
24
$this->driver()->colorProcessor($image->colorspace())->colorToNative(
25
$this->backgroundColor()
0 commit comments