mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-06 00:57:00 +02:00
fix gen ai art svg length
This commit is contained in:
parent
5ad59ac21b
commit
e0a85ba476
1 changed files with 4 additions and 4 deletions
|
|
@ -1,16 +1,16 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="75" height="20" role="img" aria-label="Gen AI 'Art'">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="20" role="img" aria-label="Gen AI 'Art'">
|
||||
<title>Gen AI 'Art'</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r">
|
||||
<rect width="75" height="20" rx="3" fill="#fff"/>
|
||||
<rect width="70" height="20" rx="3" fill="#fff"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="0" height="20" fill="#605716"/>
|
||||
<rect x="0" width="75" height="20" fill="#605716"/>
|
||||
<rect width="75" height="20" fill="url(#s)"/>
|
||||
<rect x="0" width="70" height="20" fill="#605716"/>
|
||||
<rect width="70" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
|
||||
<text aria-hidden="true" x="345" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="590">Gen AI 'Art'</text>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 961 B After Width: | Height: | Size: 961 B |
Loading…
Add table
Add a link
Reference in a new issue