mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This commit is contained in:
committed by
Søren Rosiak
parent
00783c0975
commit
442b3ee3ab
4
vendor/amenadiel/jpgraph/src/image/Image.php
vendored
4
vendor/amenadiel/jpgraph/src/image/Image.php
vendored
@@ -99,9 +99,9 @@ class Image
|
|||||||
$this->use_anti_aliasing = $aFlg;
|
$this->use_anti_aliasing = $aFlg;
|
||||||
if (function_exists('imageantialias')) {
|
if (function_exists('imageantialias')) {
|
||||||
imageantialias($this->img, $aFlg);
|
imageantialias($this->img, $aFlg);
|
||||||
} else {
|
}/* else {
|
||||||
Util\JpGraphError::RaiseL(25128); //('The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.')
|
Util\JpGraphError::RaiseL(25128); //('The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.')
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
public function GetAntiAliasing()
|
public function GetAntiAliasing()
|
||||||
|
Reference in New Issue
Block a user