mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-29 19:48:17 +00:00
🚿
This commit is contained in:
@@ -361,7 +361,7 @@ class QRMatrix{
|
||||
return false;
|
||||
}
|
||||
|
||||
return $this->isDark($this->get($x, $y));
|
||||
return $this->isDark($this->matrix[$y][$x]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user