Tweaked MAME icon:

* Use flat gradient style rather than embossed edges.
* Made rightmost stroke of the M thicker.
* Use a dark border to emphasise the outline on light backgrounds.
* Use flat style without anti-aliasing up to 64*64.
* Manually tweaked small sizes to preserve sharp mitres.
This commit is contained in:
Vas Crabb 2022-08-07 02:47:19 +10:00
parent 608e77da82
commit 1c4c29aff6
2 changed files with 4 additions and 4 deletions

View file

@ -9,12 +9,12 @@
width="1214px">
<defs>
<linearGradient id="left-dark" x1="0" x2="1" y1="0" y2="0">
<stop id="stop5213" offset="0" stop-color="#00274f" />
<stop id="stop5215" offset="1" stop-color="#68cafb" />
<stop id="left-dark-0" offset="0" stop-color="#00274f" />
<stop id="left-dark-1" offset="1" stop-color="#68cafb" />
</linearGradient>
<linearGradient id="right-dark" x1="0" x2="1" y1="0" y2="0">
<stop id="stop4" offset="0" stop-color="#68cafb" />
<stop id="stop6" offset="1" stop-color="#00274f" />
<stop id="right-dark-0" offset="0" stop-color="#68cafb" />
<stop id="right-dark-1" offset="1" stop-color="#00274f" />
</linearGradient>
</defs>
<g>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 KiB

After

Width:  |  Height:  |  Size: 106 KiB