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,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<svg viewBox="0 0 200 500" width="48" height="48" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1, 0, 0, 1, 0, 0)">
<rect x="0" y="0" width="200" height="100" style="fill: rgb(0, 0, 0)" rx="40" ry="40"/>
<rect x="0" y="200" width="200" height="100" style="fill: rgb(0, 0, 0)" rx="40" ry="40"/>
<rect x="0" y="400" width="200" height="100" style="fill: rgb(0, 0, 0)" rx="40" ry="40"/>
<rect x="0" y="0" width="200" height="100" fill="blue" rx="40" ry="40"/>
<rect x="0" y="200" width="200" height="100" fill="blue" rx="40" ry="40"/>
<rect x="0" y="400" width="200" height="100" fill="blue" rx="40" ry="40"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 464 B

After

Width:  |  Height:  |  Size: 419 B