?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/



?? Go up: /home/webdevt/prestashop17/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart

?? Viewing: 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
    }
}


??

??