5 use \Intervention\Image\Image;
6 use \Intervention\Image\Imagick\Color;
82 $line = new \ImagickDraw;
85 $line->setStrokeColor(
$color->getPixel());
86 $line->setStrokeWidth($this->
width);
88 $line->line($this->x, $this->y,
$x,
$y);
89 $image->
getCore()->drawImage($line);