Create Operating_System_Arch.svg

This commit is contained in:
m5rcel { Marcel }
2025-10-09 20:58:51 +02:00
committed by GitHub
parent 6696686268
commit 17bb8d4f57

32
Operating_System_Arch.svg Normal file
View File

@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20" role="img" aria-label="Operating System: Arch Linux">
<title>Operating System: Arch Linux</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="200" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="110" height="20" fill="#555"/>
<rect x="110" width="90" height="20" fill="#1793D1"/>
<rect width="200" height="20" fill="url(#s)"/>
</g>
<!-- Left text: Operating System -->
<g fill="#fff" text-anchor="middle" font-family="Verdana, Geneva, DejaVu Sans, sans-serif" text-rendering="geometricPrecision" font-size="110">
<text aria-hidden="true" x="550" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="900">Operating System</text>
<text x="550" y="140" transform="scale(.1)" fill="#fff" textLength="900">Operating System</text>
</g>
<!-- Arch Linux logo at the start of blue section, moved slightly up -->
<g transform="translate(112,1) scale(0.55)" fill="#fff" stroke="none">
<path d="M15.188 0.807c-1.354 3.313-2.167 5.484-3.672 8.703 0.922 0.979 2.057 2.12 3.896 3.406-1.979-0.818-3.328-1.635-4.339-2.484-1.927 4.026-4.948 9.75-11.073 20.76 4.818-2.781 8.547-4.495 12.026-5.151-0.146-0.641-0.234-1.333-0.229-2.063l0.005-0.151c0.078-3.089 1.682-5.458 3.583-5.297s3.38 2.792 3.307 5.88c-0.016 0.578-0.083 1.135-0.198 1.656 3.443 0.672 7.135 2.38 11.885 5.125-0.938-1.724-1.771-3.281-2.573-4.76-1.255-0.974-2.568-2.245-5.24-3.62 1.839 0.479 3.151 1.031 4.177 1.646-8.12-15.109-8.771-17.12-11.557-23.651zM30.531 28.479v-0.828h-0.313v-0.115h0.75v0.115h-0.313v0.828h-0.125zM31.099 28.479v-0.943h0.188l0.224 0.667c0.021 0.063 0.036 0.109 0.042 0.141 0.010-0.031 0.031-0.083 0.052-0.151l0.224-0.656h0.172v0.943h-0.12v-0.792l-0.276 0.792h-0.115l-0.271-0.802v0.802h-0.12z"/>
</g>
<!-- Right text: Arch Linux, moved more left -->
<g fill="#fff" text-anchor="start" font-family="Verdana, Geneva, DejaVu Sans, sans-serif" text-rendering="geometricPrecision" font-size="110">
<text aria-hidden="true" x="1380" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="580">Arch Linux</text>
<text x="1380" y="140" transform="scale(.1)" fill="#fff" textLength="580">Arch Linux</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB