Compare commits

..

No commits in common. "3c6e885fedf507b3f70a82e4ebafbbeaef7d6921" and "4dc62d301fe77760d2bb83980ba4be60a1672ffa" have entirely different histories.

View File

@ -1,20 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Navidrome — stylised blue vinyl record (recreation of the project mark). --> <defs>
<circle cx="256" cy="256" r="229" fill="#0a84ff" stroke="#111418" stroke-width="16"/> <linearGradient id="navidrome_svg__a" x1="64" y1="48" x2="448" y2="464" gradientUnits="userSpaceOnUse">
<g fill="none" stroke="#111418" stroke-width="15" stroke-linecap="round"> <stop offset="0" style="stop-color:#57a0e8"/>
<!-- top-left grooves --> <stop offset="1" style="stop-color:#2960a8"/>
<path d="M 249.4 68.1 A 188 188 0 0 0 69.8 282.2"/> </linearGradient>
<path d="M 250.7 104.1 A 152 152 0 0 0 105.5 277.2"/> </defs>
<path d="M 252.0 140.1 A 116 116 0 0 0 141.1 272.1"/> <rect width="512" height="512" rx="112" fill="url(#navidrome_svg__a)"/>
<!-- bottom-right grooves --> <g fill="#fff">
<path d="M 262.6 443.9 A 188 188 0 0 0 442.2 229.8"/> <rect x="96" y="191" width="44" height="130" rx="22"/>
<path d="M 261.3 407.9 A 152 152 0 0 0 406.5 234.8"/> <rect x="165" y="141" width="44" height="230" rx="22"/>
<path d="M 260.0 371.9 A 116 116 0 0 0 370.9 239.9"/> <rect x="234" y="106" width="44" height="300" rx="22"/>
<rect x="303" y="156" width="44" height="200" rx="22"/>
<rect x="372" y="196" width="44" height="120" rx="22"/>
</g> </g>
<!-- detached groove ends -->
<circle cx="112.6" cy="299.9" r="9" fill="#111418"/>
<circle cx="399.4" cy="212.1" r="9" fill="#111418"/>
<!-- centre label + spindle hole -->
<circle cx="256" cy="256" r="78" fill="#fafafa" stroke="#111418" stroke-width="15"/>
<circle cx="256" cy="256" r="11" fill="#111418"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 722 B