tc-lib-barcode icon indicating copy to clipboard operation
tc-lib-barcode copied to clipboard

Implicit conversion from float to int loses precision

Open hkvstore opened this issue 3 years ago • 0 comments

Does not work with PHP 8.1

Type.php, line 544:

imagefilledrectangle($img, $rect[0], $rect[1], $rect[2], $rect[3], $bar_color);

hkvstore avatar Jul 19 '22 06:07 hkvstore