?iť?

Your IP : 52.15.130.113


Current Path : /home/s/c/g/scgforma/www/soctest/htdocs/includes/phpoffice/PhpSpreadsheet/Chart/Renderer/
Upload File :
Current File : /home/s/c/g/scgforma/www/soctest/htdocs/includes/phpoffice/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
    }
}