:octocat: +QROptionsTrait::$svgAddXmlHeader

This commit is contained in:
smiley
2023-07-09 15:52:03 +02:00
parent 3d894ad16a
commit cdaf8aac66
2 changed files with 14 additions and 2 deletions
+7
View File
@@ -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
*/