mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-26 18:58:11 +00:00
:octocat: +QROptionsTrait::$svgAddXmlHeader
This commit is contained in:
@@ -315,6 +315,13 @@ trait QROptionsTrait{
|
||||
* QRMarkupSVG settings
|
||||
*/
|
||||
|
||||
/**
|
||||
* Whether to add an XML header line or not, e.g. to embed the SVG directly in HTML
|
||||
*
|
||||
* `<?xml version="1.0" encoding="UTF-8"?>`
|
||||
*/
|
||||
protected bool $svgAddXmlHeader = true;
|
||||
|
||||
/**
|
||||
* SVG opacity
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user