|
@@ -191,6 +191,7 @@ Specifies which module types to exclude when `QROptions::$drawCircularModules` i
|
|
|
(default: `[]`)
|
|
(default: `[]`)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
## connectPaths
|
|
## connectPaths
|
|
|
|
|
|
|
|
Whether to connect the paths for the several module types to avoid weird glitches when using gradients etc.
|
|
Whether to connect the paths for the several module types to avoid weird glitches when using gradients etc.
|
|
@@ -215,6 +216,7 @@ Currentty used in `QREps` and `QRMarkupSVG`.
|
|
|
Specify which paths/patterns to exclude from connecting if `QROptions::$connectPaths` is set to `true`
|
|
Specify which paths/patterns to exclude from connecting if `QROptions::$connectPaths` is set to `true`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
**See also:**
|
|
**See also:**
|
|
|
|
|
|
|
|
- `\chillerlan\QRCode\QROptionsTrait::$connectPaths`
|
|
- `\chillerlan\QRCode\QROptionsTrait::$connectPaths`
|
|
@@ -229,6 +231,7 @@ Module values map
|
|
|
- `QREps`: `[C, M, Y, K]` // 0-255
|
|
- `QREps`: `[C, M, Y, K]` // 0-255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
**See also:**
|
|
**See also:**
|
|
|
|
|
|
|
|
- `\chillerlan\QRCode\Output\QROutputAbstract::setModuleValues()`
|
|
- `\chillerlan\QRCode\Output\QROutputAbstract::setModuleValues()`
|
|
@@ -296,7 +299,6 @@ Defaults to `QROptions::$bgColor`.
|
|
|
- `QRImagick`: `"color_str"`, this color is set in `Imagick::transparentPaintImage()`
|
|
- `QRImagick`: `"color_str"`, this color is set in `Imagick::transparentPaintImage()`
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
**See also:**
|
|
**See also:**
|
|
|
|
|
|
|
|
- [php.net: `\imagecolortransparent()`](https://www.php.net/manual/function.imagecolortransparent)
|
|
- [php.net: `\imagecolortransparent()`](https://www.php.net/manual/function.imagecolortransparent)
|