Modules group shape #233
-
Is there a way to check if a module is a corner and where it is connected? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi, yes there is the php-qrcode/src/Data/QRMatrix.php Lines 370 to 398 in a301af5 Check out the "melted modules" example for how to use it: php-qrcode/examples/svgMeltedModules.php Lines 83 to 84 in a301af5 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This is the code in order to achieve the shape of the QR above
|
Beta Was this translation helpful? Give feedback.
Hi, yes there is the
QRMatrix::checkNeighbours()
method:php-qrcode/src/Data/QRMatrix.php
Lines 370 to 398 in a301af5