Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/gd/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/gd/tests/bug52070.phpt |
--TEST-- Bug #52070 (imagedashedline() - dashed line sometimes is not visible) --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip gd extension not available'); ?> --FILE-- <?php $im = imagecreate(1200, 800); $background_color = imagecolorallocate($im, 40, 40, 40); $color = imagecolorallocate($im, 255, 255, 255); imagedashedline($im, 800, 400, 300, 400, $color); imagedashedline($im, 800, 400, 300, 800, $color); imagedashedline($im, 800, 400, 400, 800, $color); imagedashedline($im, 800, 400, 500, 800, $color); imagedashedline($im, 800, 400, 600, 800, $color); imagedashedline($im, 800, 400, 700, 800, $color); imagedashedline($im, 800, 400, 800, 800, $color); include_once __DIR__ . '/func.inc'; test_image_equals_file(__DIR__ . '/bug52070.png', $im); ?> ===DONE=== --EXPECT-- The images are equal. ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare