mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
php-svg-lib: fix interface compatibility
This commit is contained in:
parent
4ce4ad1074
commit
7e2761b277
@ -202,7 +202,7 @@ class SurfaceGmagick implements SurfaceInterface
|
|||||||
$this->fill();
|
$this->fill();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function rect($x, $y, $w, $h)
|
public function rect($x, $y, $w, $h, $rx = 0, $ry = 0)
|
||||||
{
|
{
|
||||||
if (self::DEBUG) echo __FUNCTION__ . "\n";
|
if (self::DEBUG) echo __FUNCTION__ . "\n";
|
||||||
$this->canvas->rect($x, $y, $w, $h);
|
$this->canvas->rect($x, $y, $w, $h);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user