mirror of
https://github.com/holub/mame
synced 2025-07-23 18:21:20 +03:00

* 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.
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
id="svg-mamelogo"
|
|
version="1.1"
|
|
viewBox="0 0 1214 344"
|
|
height="344px"
|
|
width="1214px">
|
|
<defs>
|
|
<linearGradient id="left-dark" x1="0" x2="1" y1="0" y2="0">
|
|
<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="right-dark-0" offset="0" stop-color="#68cafb" />
|
|
<stop id="right-dark-1" offset="1" stop-color="#00274f" />
|
|
</linearGradient>
|
|
</defs>
|
|
<g>
|
|
<path
|
|
fill="url(#right-dark)" stroke="url(#left-dark)" stroke-width="5" stroke-linejoin="miter" stroke-opacity="0.75"
|
|
d="M 6,259 257,7 V 116 L 367,7 V 183 L 544,6 V 204 L 742,7 V 116 L 852,7 V 176 L 1017,11 H 1208 L 1146,73 H 1049 L 1021,101 H 1072 L 1007,166 H 955 L 926,195 H 1096 L 1031,259 H 771 L 787,241 V 172 L 694,263 V 157 L 592,259 H 478 V 172 L 309,341 H 209 L 302,248 V 172 L 209,263 V 157 L 106,259 z" />
|
|
</g>
|
|
</svg>
|