mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-07-12 22:44:31 +02:00
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:
parent
a85579cc65
commit
f929b59aed
1 changed files with 15 additions and 19 deletions
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue