@@ -65,30 +65,32 @@ interface QROutputInterface{
65
65
*/
66
66
public const DEFAULT_MODULE_VALUES = [
67
67
// light
68
- QRMatrix::M_NULL => false ,
69
- QRMatrix::M_DATA => false ,
70
- QRMatrix::M_FINDER => false ,
71
- QRMatrix::M_SEPARATOR => false ,
72
- QRMatrix::M_ALIGNMENT => false ,
73
- QRMatrix::M_TIMING => false ,
74
- QRMatrix::M_FORMAT => false ,
75
- QRMatrix::M_VERSION => false ,
76
- QRMatrix::M_QUIETZONE => false ,
77
- QRMatrix::M_LOGO => false ,
78
- QRMatrix::M_TEST => false ,
68
+ QRMatrix::M_NULL => false ,
69
+ QRMatrix::M_DARKMODULE_LIGHT => false ,
70
+ QRMatrix::M_DATA => false ,
71
+ QRMatrix::M_FINDER => false ,
72
+ QRMatrix::M_SEPARATOR => false ,
73
+ QRMatrix::M_ALIGNMENT => false ,
74
+ QRMatrix::M_TIMING => false ,
75
+ QRMatrix::M_FORMAT => false ,
76
+ QRMatrix::M_VERSION => false ,
77
+ QRMatrix::M_QUIETZONE => false ,
78
+ QRMatrix::M_LOGO => false ,
79
+ QRMatrix::M_FINDER_DOT_LIGHT => false ,
80
+ QRMatrix::M_TEST => false ,
79
81
// dark
80
- QRMatrix::M_DARKMODULE => true ,
81
- QRMatrix::M_DATA_DARK => true ,
82
- QRMatrix::M_FINDER_DARK => true ,
83
- QRMatrix::M_SEPARATOR_DARK => true ,
84
- QRMatrix::M_ALIGNMENT_DARK => true ,
85
- QRMatrix::M_TIMING_DARK => true ,
86
- QRMatrix::M_FORMAT_DARK => true ,
87
- QRMatrix::M_VERSION_DARK => true ,
88
- QRMatrix::M_QUIETZONE_DARK => true ,
89
- QRMatrix::M_LOGO_DARK => true ,
90
- QRMatrix::M_FINDER_DOT => true ,
91
- QRMatrix::M_TEST_DARK => true ,
82
+ QRMatrix::M_DARKMODULE => true ,
83
+ QRMatrix::M_DATA_DARK => true ,
84
+ QRMatrix::M_FINDER_DARK => true ,
85
+ QRMatrix::M_SEPARATOR_DARK => true ,
86
+ QRMatrix::M_ALIGNMENT_DARK => true ,
87
+ QRMatrix::M_TIMING_DARK => true ,
88
+ QRMatrix::M_FORMAT_DARK => true ,
89
+ QRMatrix::M_VERSION_DARK => true ,
90
+ QRMatrix::M_QUIETZONE_DARK => true ,
91
+ QRMatrix::M_LOGO_DARK => true ,
92
+ QRMatrix::M_FINDER_DOT => true ,
93
+ QRMatrix::M_TEST_DARK => true ,
92
94
];
93
95
94
96
/**
@@ -98,30 +100,32 @@ interface QROutputInterface{
98
100
*/
99
101
public const LAYERNAMES = [
100
102
// light
101
- QRMatrix::M_NULL => 'null ' ,
102
- QRMatrix::M_DATA => 'data ' ,
103
- QRMatrix::M_FINDER => 'finder ' ,
104
- QRMatrix::M_SEPARATOR => 'separator ' ,
105
- QRMatrix::M_ALIGNMENT => 'alignment ' ,
106
- QRMatrix::M_TIMING => 'timing ' ,
107
- QRMatrix::M_FORMAT => 'format ' ,
108
- QRMatrix::M_VERSION => 'version ' ,
109
- QRMatrix::M_QUIETZONE => 'quietzone ' ,
110
- QRMatrix::M_LOGO => 'logo ' ,
111
- QRMatrix::M_TEST => 'test ' ,
103
+ QRMatrix::M_NULL => 'null ' ,
104
+ QRMatrix::M_DARKMODULE_LIGHT => 'darkmodule-light ' ,
105
+ QRMatrix::M_DATA => 'data ' ,
106
+ QRMatrix::M_FINDER => 'finder ' ,
107
+ QRMatrix::M_SEPARATOR => 'separator ' ,
108
+ QRMatrix::M_ALIGNMENT => 'alignment ' ,
109
+ QRMatrix::M_TIMING => 'timing ' ,
110
+ QRMatrix::M_FORMAT => 'format ' ,
111
+ QRMatrix::M_VERSION => 'version ' ,
112
+ QRMatrix::M_QUIETZONE => 'quietzone ' ,
113
+ QRMatrix::M_LOGO => 'logo ' ,
114
+ QRMatrix::M_FINDER_DOT_LIGHT => 'finder-dot-light ' ,
115
+ QRMatrix::M_TEST => 'test ' ,
112
116
// dark
113
- QRMatrix::M_DARKMODULE => 'darkmodule ' ,
114
- QRMatrix::M_DATA_DARK => 'data-dark ' ,
115
- QRMatrix::M_FINDER_DARK => 'finder-dark ' ,
116
- QRMatrix::M_SEPARATOR_DARK => 'separator-dark ' ,
117
- QRMatrix::M_ALIGNMENT_DARK => 'alignment-dark ' ,
118
- QRMatrix::M_TIMING_DARK => 'timing-dark ' ,
119
- QRMatrix::M_FORMAT_DARK => 'format-dark ' ,
120
- QRMatrix::M_VERSION_DARK => 'version-dark ' ,
121
- QRMatrix::M_QUIETZONE_DARK => 'quietzone-dark ' ,
122
- QRMatrix::M_LOGO_DARK => 'logo-dark ' ,
123
- QRMatrix::M_FINDER_DOT => 'finder-dot ' ,
124
- QRMatrix::M_TEST_DARK => 'test-dark ' ,
117
+ QRMatrix::M_DARKMODULE => 'darkmodule ' ,
118
+ QRMatrix::M_DATA_DARK => 'data-dark ' ,
119
+ QRMatrix::M_FINDER_DARK => 'finder-dark ' ,
120
+ QRMatrix::M_SEPARATOR_DARK => 'separator-dark ' ,
121
+ QRMatrix::M_ALIGNMENT_DARK => 'alignment-dark ' ,
122
+ QRMatrix::M_TIMING_DARK => 'timing-dark ' ,
123
+ QRMatrix::M_FORMAT_DARK => 'format-dark ' ,
124
+ QRMatrix::M_VERSION_DARK => 'version-dark ' ,
125
+ QRMatrix::M_QUIETZONE_DARK => 'quietzone-dark ' ,
126
+ QRMatrix::M_LOGO_DARK => 'logo-dark ' ,
127
+ QRMatrix::M_FINDER_DOT => 'finder-dot ' ,
128
+ QRMatrix::M_TEST_DARK => 'test-dark ' ,
125
129
];
126
130
127
131
/**
0 commit comments