This commit is contained in:
Philip Abbey
2023-12-21 21:06:07 +00:00
parent 27b6b63a7a
commit 3de2e25b5d
13 changed files with 37 additions and 38 deletions

View File

@ -1,7 +1,7 @@
<svg height="30" viewBox="0 0 200 500" width="30" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1, 0, 0, 1, 0, 0)">
<rect height="100" rx="40" ry="40" style="fill: rgb(0, 0, 0)" width="200" x="0" y="0"/>
<rect height="100" rx="40" ry="40" style="fill: rgb(0, 0, 0)" width="200" x="0" y="200"/>
<rect height="100" rx="40" ry="40" style="fill: rgb(0, 0, 0)" width="200" x="0" y="400"/>
<rect fill="blue" height="100" rx="40" ry="40" width="200" x="0" y="0"/>
<rect fill="blue" height="100" rx="40" ry="40" width="200" x="0" y="200"/>
<rect fill="blue" height="100" rx="40" ry="40" width="200" x="0" y="400"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 361 B