We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb7728 commit 99b1f9cCopy full SHA for 99b1f9c
src/QROptionsTrait.php
@@ -401,7 +401,12 @@ trait QROptionsTrait{
401
protected string $svgPreserveAspectRatio = 'xMidYMid';
402
403
/**
404
- * Whether to use the SVG `fill` attributes and set them with the given module values
+ * Whether to use the SVG `fill` attributes
405
+ *
406
+ * If set to `true` (default), the `fill` attribute will be set with the module value for the `<path>` element's `$M_TYPE`.
407
+ * When set to `false`, the module values map will be ignored and the QR Code may be styled via CSS.
408
409
+ * @see https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill
410
*/
411
protected bool $svgUseFillAttributes = true;
412
0 commit comments