erreur dans les noms

This commit is contained in:
Romain de Laage 2020-01-30 17:49:35 +01:00
parent 8e62c54c07
commit ab9e03384e
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +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" />
<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>

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 386 B

View File

@ -1,8 +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" />
<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>

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 392 B