mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-08-31 02:14:10 +02:00
### Description of Changes This PR reduces the text shadow in the AI Functionality badge because it may trigger nausea in some people. Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1044 Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
16 lines
1 KiB
XML
16 lines
1 KiB
XML
<svg width="90" height="20" aria-label="AI Functionality" role="img" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<linearGradient id="s" x2="0" y2="90%">
|
|
<stop stop-color="#bbb" stop-opacity=".1" offset="0"/>
|
|
<stop stop-opacity=".1" offset="1"/>
|
|
</linearGradient>
|
|
<clipPath id="r">
|
|
<rect width="90" height="20" rx="3"/>
|
|
</clipPath>
|
|
<g clip-path="url(#r)">
|
|
<rect width="0" height="20" fill="#DED700"/>
|
|
<rect width="90" height="20" fill="#DED700"/>
|
|
<rect width="90" height="20" fill="url(#s)"/>
|
|
</g>
|
|
<text transform="matrix(.1 0 0 .1 0 -.42775)" x="465" y="150" fill="#000000" fill-opacity=".3" font-family="Verdana, Geneva, 'DejaVu Sans', sans-serif" font-size="110px" text-anchor="middle" text-rendering="geometricPrecision" aria-hidden="true" textLength="800">AI Functionality</text>
|
|
<text transform="scale(.1)" x="465" y="140" fill="#000000" font-family="Verdana, Geneva, 'DejaVu Sans', sans-serif" font-size="110px" text-anchor="middle" text-rendering="geometricPrecision" textLength="800">AI Functionality</text>
|
|
</svg>
|