fix gen ai art svg length

This commit is contained in:
jessebot 2026-04-14 10:21:07 +02:00 committed by JesseBot
commit e0a85ba476

View file

@ -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

Before After
Before After