Files
Stone-Red-Code/profile/top-langs.svg
T

239 lines
5.6 KiB
XML

<svg
width="300"
height="165"
viewBox="0 0 300 165"
fill="none"
xmlns="http://www.w3.org/2000/svg"
role="img"
aria-labelledby="descId"
>
<title id="titleId"></title>
<desc id="descId"></desc>
<style>
.header {
font: 600 18px 'Segoe UI', Ubuntu, Sans-Serif;
fill: #2f80ed;
animation: fadeInAnimation 0.8s ease-in-out forwards;
}
@supports(-moz-appearance: auto) {
/* Selector detects Firefox */
.header { font-size: 15.5px; }
}
@keyframes slideInAnimation {
from {
width: 0;
}
to {
width: calc(100%-100px);
}
}
@keyframes growWidthAnimation {
from {
width: 0;
}
to {
width: 100%;
}
}
.stat {
font: 600 14px 'Segoe UI', Ubuntu, "Helvetica Neue", Sans-Serif; fill: #434d58;
}
@supports(-moz-appearance: auto) {
/* Selector detects Firefox */
.stat { font-size:12px; }
}
.bold { font-weight: 700 }
.lang-name {
font: 400 11px "Segoe UI", Ubuntu, Sans-Serif;
fill: #434d58;
}
.stagger {
opacity: 0;
animation: fadeInAnimation 0.3s ease-in-out forwards;
}
#rect-mask rect{
animation: slideInAnimation 1s ease-in-out forwards;
}
.lang-progress{
animation: growWidthAnimation 0.6s ease-in-out forwards;
}
/* Animations */
@keyframes scaleInAnimation {
from {
transform: translate(-5px, 5px) scale(0);
}
to {
transform: translate(-5px, 5px) scale(1);
}
}
@keyframes fadeInAnimation {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
<rect
data-testid="card-bg"
x="0.5"
y="0.5"
rx="4.5"
height="99%"
stroke="#e4e2e2"
width="299"
fill="#fffefe"
stroke-opacity="1"
/>
<g
data-testid="card-title"
transform="translate(25, 35)"
>
<g transform="translate(0, 0)">
<text
x="0"
y="0"
class="header"
data-testid="header"
>Most Used Languages</text>
</g>
</g>
<g
data-testid="main-card-body"
transform="translate(0, 55)"
>
<svg data-testid="lang-items" x="25">
<mask id="rect-mask">
<rect x="0" y="0" width="250" height="8" fill="white" rx="5"/>
</mask>
<rect
mask="url(#rect-mask)"
data-testid="lang-progress"
x="0"
y="0"
width="201.47"
height="8"
fill="#178600"
/>
<rect
mask="url(#rect-mask)"
data-testid="lang-progress"
x="201.47"
y="0"
width="20.2"
height="8"
fill="#e34c26"
/>
<rect
mask="url(#rect-mask)"
data-testid="lang-progress"
x="221.67"
y="0"
width="17.64"
height="8"
fill="#f1e05a"
/>
<rect
mask="url(#rect-mask)"
data-testid="lang-progress"
x="239.31"
y="0"
width="14.73"
height="8"
fill="#663399"
/>
<rect
mask="url(#rect-mask)"
data-testid="lang-progress"
x="244.04"
y="0"
width="14.469999999999999"
height="8"
fill="#355570"
/>
<rect
mask="url(#rect-mask)"
data-testid="lang-progress"
x="248.51"
y="0"
width="11.48"
height="8"
fill="#5686a5"
/>
<g transform="translate(0, 25)">
<g transform="translate(0, 0)"><g transform="translate(0, 0)">
<g class="stagger" style="animation-delay: 450ms">
<circle cx="5" cy="6" r="5" fill="#178600" />
<text data-testid="lang-name" x="15" y="10" class='lang-name'>
C# 80.59%
</text>
</g>
</g><g transform="translate(0, 25)">
<g class="stagger" style="animation-delay: 600ms">
<circle cx="5" cy="6" r="5" fill="#e34c26" />
<text data-testid="lang-name" x="15" y="10" class='lang-name'>
HTML 8.08%
</text>
</g>
</g><g transform="translate(0, 50)">
<g class="stagger" style="animation-delay: 750ms">
<circle cx="5" cy="6" r="5" fill="#f1e05a" />
<text data-testid="lang-name" x="15" y="10" class='lang-name'>
JavaScript 7.06%
</text>
</g>
</g></g><g transform="translate(150, 0)"><g transform="translate(0, 0)">
<g class="stagger" style="animation-delay: 450ms">
<circle cx="5" cy="6" r="5" fill="#663399" />
<text data-testid="lang-name" x="15" y="10" class='lang-name'>
CSS 1.89%
</text>
</g>
</g><g transform="translate(0, 25)">
<g class="stagger" style="animation-delay: 600ms">
<circle cx="5" cy="6" r="5" fill="#355570" />
<text data-testid="lang-name" x="15" y="10" class='lang-name'>
GDScript 1.79%
</text>
</g>
</g><g transform="translate(0, 50)">
<g class="stagger" style="animation-delay: 750ms">
<circle cx="5" cy="6" r="5" fill="#5686a5" />
<text data-testid="lang-name" x="15" y="10" class='lang-name'>
GLSL 0.59%
</text>
</g>
</g></g>
</g>
</svg>
</g>
</svg>