Update Operating_System_Ubuntu.svg

This commit is contained in:
m5rcel { Marcel }
2025-10-09 20:46:43 +02:00
committed by GitHub
parent 470bdd9999
commit baa3166b23

View File

@@ -1,26 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" width="220" height="30" role="img" aria-label="Operating System: Ubuntu"> <svg xmlns="http://www.w3.org/2000/svg" width="178" height="20" role="img" aria-label="Operating System: Ubuntu">
<title>OS: Ubuntu</title> <title>Operating System: Ubuntu</title>
<linearGradient id="s" x2="0" y2="100%"> <linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/>
</linearGradient> </linearGradient>
<clipPath id="r"> <clipPath id="r">
<rect width="220" height="30" rx="4" fill="#fff"/> <rect width="178" height="20" rx="3" fill="#fff"/>
</clipPath> </clipPath>
<g clip-path="url(#r)"> <g clip-path="url(#r)">
<rect width="120" height="30" fill="#555"/> <rect width="103" height="20" fill="#555"/>
<rect x="120" width="100" height="30" fill="#fe7d37"/> <rect x="103" width="75" height="20" fill="#fe7d37"/>
<rect width="220" height="30" fill="url(#s)"/> <rect width="178" height="20" fill="url(#s)"/>
</g> </g>
<!-- Left text --> <!-- Left text: "Operating System" -->
<g fill="#fff" text-anchor="middle" font-family="Verdana, Geneva, DejaVu Sans, sans-serif" font-size="11" font-weight="bold"> <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
<text x="60" y="20" fill="#010101" fill-opacity=".3">Operating System</text> <text aria-hidden="true" x="515" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="900">Operating System</text>
<text x="60" y="19">Operating System</text> <text x="515" y="140" transform="scale(.1)" fill="#fff" textLength="900">Operating System</text>
</g> </g>
<!-- Ubuntu Logo (scaled up to match text height) --> <!-- Ubuntu logo -->
<g transform="translate(132,4.5) scale(0.025)" fill="#fff" stroke="none"> <g transform="translate(111,4) scale(0.022)" fill="#fff" stroke="none">
<g id="ubuntu"> <g id="ubuntu">
<path d="M168.839,241.198c0-38.117,17.894-72.05,45.685-93.896L171.988,79.22c-35.648,25.603-62.472,62.66-75.127,105.796 <path d="M168.839,241.198c0-38.117,17.894-72.05,45.685-93.896L171.988,79.22c-35.648,25.603-62.472,62.66-75.127,105.796
c19.811,12.751,32.949,35.031,32.949,60.353c0,24.424-12.143,45.957-30.783,58.918c13.606,40.86,40.12,75.838,74.706,100.113 c19.811,12.751,32.949,35.031,32.949,60.353c0,24.424-12.143,45.957-30.783,58.918c13.606,40.86,40.12,75.838,74.706,100.113
@@ -41,9 +41,9 @@
</g> </g>
</g> </g>
<!-- Right text --> <!-- Right text: Ubuntu -->
<g fill="#fff" text-anchor="middle" font-family="Verdana, Geneva, DejaVu Sans, sans-serif" font-size="11" font-weight="bold"> <g fill="#fff" text-anchor="start" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
<text x="185" y="20" fill="#010101" fill-opacity=".3">Ubuntu</text> <text aria-hidden="true" x="1270" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="400">Ubuntu</text>
<text x="185" y="19">Ubuntu</text> <text x="1270" y="140" transform="scale(.1)" fill="#fff" textLength="400">Ubuntu</text>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB