5 use \Intervention\Image\Image;
6 use \Intervention\Image\Gd\Color;
51 imagefilledellipse($image->
getCore(), $x, $y, $this->width-1, $this->height-1,
$background->getInt());
54 imagesetthickness($image->
getCore(), $this->border_width);
57 imagearc($image->
getCore(), $x, $y, $this->width, $this->height, 0, 359.99,
$border_color->getInt());
59 imagefilledellipse($image->
getCore(), $x, $y, $this->width, $this->height,
$background->getInt());