Skip to content

Commit b53efc9

Browse files
committed
🚿
1 parent 0e2eb33 commit b53efc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Common/EccLevel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class EccLevel{
3636
* @var int [][]
3737
*/
3838
private const MAX_BITS = [
39-
// v => [ L, M, Q, H] // modules
39+
// v => [ L, M, Q, H] // modules
4040
1 => [ 152, 128, 104, 72], // 21
4141
2 => [ 272, 224, 176, 128], // 25
4242
3 => [ 440, 352, 272, 208], // 29

src/Output/QRMarkup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ protected function svgModule(int $x, int $y):string{
216216
$r = $this->options->circleRadius;
217217

218218
return sprintf(
219-
'M%1$s %2$s a%3$s %3$s 0 1 0 %4$s 0 a%3$s,%3$s 0 1 0 -%4$s 0Z',
219+
'M%1$s %2$s a%3$s %3$s 0 1 0 %4$s 0 a%3$s %3$s 0 1 0 -%4$s 0Z',
220220
($x + 0.5 - $r),
221221
($y + 0.5),
222222
$r,

0 commit comments

Comments
 (0)