codemasher 4 years ago
parent
commit
e5b1fbaf7c
2 changed files with 3 additions and 2 deletions
  1. 1 1
      .github/images/example.svg
  2. 2 1
      examples/svg.php

File diff suppressed because it is too large
+ 1 - 1
.github/images/example.svg


+ 2 - 1
examples/svg.php

@@ -14,7 +14,7 @@ use chillerlan\QRCode\Common\EccLevel;
 
 
 require_once __DIR__.'/../vendor/autoload.php';
 require_once __DIR__.'/../vendor/autoload.php';
 
 
-$data = 'https://www.youtube.com/watch?v=DLzxrzFCyOs';
+$data = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ';
 $gzip = true;
 $gzip = true;
 
 
 $options = new QROptions([
 $options = new QROptions([
@@ -60,4 +60,5 @@ if($gzip){
 	header('Content-Encoding: gzip');
 	header('Content-Encoding: gzip');
 	$qrcode = gzencode($qrcode, 9);
 	$qrcode = gzencode($qrcode, 9);
 }
 }
+
 echo $qrcode;
 echo $qrcode;

Some files were not shown because too many files changed in this diff