Ajout de logos sans texte

This commit is contained in:
Romain de Laage 2020-01-30 11:07:01 +01:00
parent 68a771f022
commit 8e62c54c07
2 changed files with 16 additions and 0 deletions

8
logosanstexte-blanc.svg Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="225" width="225">
<g transform="translate(55,37)" id="content">
<rect ry="5" rx="5" y="0" x="0" height="150" width="50" fill="#f6b93b" />
<rect ry="5" rx="5" y="0" x="65" height="90" width="50" fill="#1e3799" />
<circle r="25" cy="125" cx="90" fill="#eb2f06" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 392 B

8
logosanstexte.svg Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="225" width="225">
<g transform="translate(55,37)" id="content">
<rect ry="5" rx="5" y="0" x="0" height="150" width="50" fill="white" />
<rect ry="5" rx="5" y="0" x="65" height="90" width="50" fill="white" />
<circle r="25" cy="125" cx="90" fill="white" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 386 B