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
|`M_NULL`| module not set (should never appear. if so, there's an error) |
341
+
|`M_DARKMODULE`| once per matrix at `$xy = [8, 4 * $version + 9]`|
342
+
|`M_DARKMODULE_LIGHT`| (reserved for reflectance reversal) |
343
+
|`M_DATA`| the actual encoded data |
344
+
|`M_DATA_DARK`||
345
+
|`M_FINDER`| the 7x7 finder patterns |
346
+
|`M_FINDER_DARK`||
347
+
|`M_FINDER_DOT`| the 3x3 dot inside the finder patterns |
348
+
|`M_FINDER_DOT_LIGHT`| (reserved for reflectance reversal) |
349
+
|`M_SEPARATOR`| separator lines around the finder patterns |
350
+
|`M_SEPARATOR_DARK`| (reserved for reflectance reversal) |
351
+
|`M_ALIGNMENT`| the 5x5 alignment patterns |
352
+
|`M_ALIGNMENT_DARK`||
353
+
|`M_TIMING`| the timing pattern lines |
354
+
|`M_TIMING_DARK`||
355
+
|`M_FORMAT`| format information pattern |
356
+
|`M_FORMAT_DARK`||
357
+
|`M_VERSION`| version information pattern |
358
+
|`M_VERSION_DARK`||
359
+
|`M_QUIETZONE`| margin around the QR Code |
360
+
|`M_QUIETZONE_DARK`| (reserved for reflectance reversal) |
361
+
|`M_LOGO`| space for a logo image |
362
+
|`M_LOGO_DARK`| (reserved for reflectance reversal) |
352
363
353
364
### `QROptions` API
354
365
@@ -372,8 +383,8 @@ $options->moduleValues = [
372
383
|`$svgOpacity`| float | 1.0 | 0...1 ||
373
384
|`$svgDefs`| string | * | * | anything between [`<defs>`](https://developer.mozilla.org/docs/Web/SVG/Element/defs)|
374
385
|`$svgViewBoxSize`| int |`null`| * | a positive integer which defines width/height of the [viewBox attribute](https://css-tricks.com/scale-svg/#article-header-id-3)|
375
-
|`$textDark`| string | '🔴' | * | string substitute for dark |
0 commit comments