smiley 2 éve
szülő
commit
3f61453910
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      examples/svgWithLogoAndCustomShapes.php

+ 2 - 2
examples/svgWithLogoAndCustomShapes.php

@@ -169,7 +169,7 @@ $options = new SVGWithLogoAndCustomShapesOptions;
 // SVG logo options (see extended class below)
 // SVG logo options (see extended class below)
 $options->svgLogo         = __DIR__.'/github.svg'; // logo from: https://github.com/simple-icons/simple-icons
 $options->svgLogo         = __DIR__.'/github.svg'; // logo from: https://github.com/simple-icons/simple-icons
 $options->svgLogoScale    = 0.25;
 $options->svgLogoScale    = 0.25;
-$options->svgLogoCssClass = 'dark';
+$options->svgLogoCssClass = 'qr-logo dark';
 
 
 // QROptions
 // QROptions
 $options->version         = 5;
 $options->version         = 5;
@@ -189,7 +189,7 @@ $options->svgDefs         = '
 	</linearGradient>
 	</linearGradient>
 	<style><![CDATA[
 	<style><![CDATA[
 		.dark{fill: url(#gradient);}
 		.dark{fill: url(#gradient);}
-		.light{fill: #eaeaea;}
+		.qr-logo{fill: #424242;}
 	]]></style>';
 	]]></style>';