Reduce shadow of "AI Functionality" badge (#1044)

### 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>
This commit is contained in:
Mirian Margiani 2026-06-24 16:19:26 +02:00 committed by Ethical FOSS admin
commit f929b59aed

View file

@ -1,20 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" width="90" height="20" role="img" aria-label="AI Functionality">
<title>AI Functionality</title>
<linearGradient id="s" x2="0" y2="90%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="90" height="20" rx="3" fill="#000"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="0" height="20" fill="#DED700"/>
<rect x="0" width="90" height="20" fill="#DED700"/>
<rect width="90" height="20" fill="url(#s)"/>
</g>
<g fill="#000" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
<text aria-hidden="true" x="465" y="150" fill="#000000" fill-opacity=".3" transform="scale(.1)" textLength="800">AI Functionality</text>
<text x="465" y="140" transform="scale(.1)" fill="#000000" textLength="800">AI Functionality</text>
</g>
<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>

Before

Width:  |  Height:  |  Size: 980 B

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After