make eye a little bit bigger

so that it may be visible in smaller images
This commit is contained in:
2022-08-29 17:27:26 +02:00
parent 64ed9ce3a6
commit fa9f960ee8
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -25,5 +25,5 @@
z"/>
<rect x="8" y="8" width="112" height="112"
style="fill:none; stroke:url(#bg1); stroke-width:14" rx="10"/>
<circle cx="65" cy="40" r="3" fill="white"/>
</svg>
<circle cx="63" cy="43" r="4.5" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 981 B

After

Width:  |  Height:  |  Size: 984 B

View File

@@ -78,7 +78,7 @@ def _linux_install_icon_to_path(path: Path):
z"/>
<rect x="8" y="8" width="112" height="112"
style="fill:none; stroke:url(#bg1); stroke-width:14" rx="10"/>
<circle cx="65" cy="40" r="3" fill="white"/>
<circle cx="63" cy="43" r="4.5" fill="white"/>
</svg>""")
path.write_text(svg, "utf8")
pass