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 044a7b5 commit 3f61453Copy full SHA for 3f61453
examples/svgWithLogoAndCustomShapes.php
@@ -169,7 +169,7 @@ protected function set_svgLogoScale(float $svgLogoScale):void{
169
// SVG logo options (see extended class below)
170
$options->svgLogo = __DIR__.'/github.svg'; // logo from: https://github.com/simple-icons/simple-icons
171
$options->svgLogoScale = 0.25;
172
-$options->svgLogoCssClass = 'dark';
+$options->svgLogoCssClass = 'qr-logo dark';
173
174
// QROptions
175
$options->version = 5;
@@ -189,7 +189,7 @@ protected function set_svgLogoScale(float $svgLogoScale):void{
189
</linearGradient>
190
<style><![CDATA[
191
.dark{fill: url(#gradient);}
192
- .light{fill: #eaeaea;}
+ .qr-logo{fill: #424242;}
193
]]></style>';
194
195
0 commit comments