You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
-[Custom output](./custom_output.php): a simple example that demonstrates the usage of custom output classes
20
20
-[GD Image with logo](./imageWithLogo.php): a logo on top of the QR Code
21
21
-[GD image with text](./imageWithText.php): description text under the QR Code ([#35](https://github.com/chillerlan/php-qrcode/issues/35))
22
-
-[GD Image with rounded modules](./pngWithRoundedShapes.php): Similar to "melted" modules, but more rounded ([#127](https://github.com/chillerlan/php-qrcode/issues/127))
22
+
-[GD Image with rounded modules](./imageWithRoundedShapes.php): similar to the SVG "melted" modules example ([#215](https://github.com/chillerlan/php-qrcode/pull/215))
23
23
-[ImageMagick with logo](./imagickWithLogo.php): a logo on top of the QR Code
24
24
-[ImageMagick with image as background](./imagickImageAsBackground.php): an image as full size background of the QR Code
25
25
-[SVG with logo](./svgWithLogo.php): an SVG QR Code with embedded logo (that is also SVG)
0 commit comments