mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 11:07:25 +00:00
:octocat: add gradient example
This commit is contained in:
@@ -55,6 +55,7 @@ class QRCodeReaderTest extends TestCase{
|
||||
'smol' => ['smol.png', 'https://smiley.codes/qrcode/'],
|
||||
'tilted' => ['tilted.png', 'Hello world!'], // tilted 22° CCW
|
||||
'rotated' => ['rotated.png', 'Hello world!'], // rotated 90° CW
|
||||
'gradient' => ['example_svg.png', 'https://www.youtube.com/watch?v=DLzxrzFCyOs&t=43s'], // color gradient (from svg example)
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user