芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php
getSimplifiedPoints(); $length = count($points); $path = $path->move($points[0][0], $points[0][1]); for ($i = 1; $i < $length; ++$i) { $path = $path->line($points[$i][0], $points[$i][1]); } $path = $path->close(); } return $path; } }