%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/ |
Current File : /var/www/html/hr/api/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/Polyfill.php |
<?php // This is a dirty workaround to output JpGraph charts even when antialiasing is not available if (!function_exists('imageantialias')) { function imageantialias(...$args) { // Do nothing } }