trans rights revision

This commit is contained in:
xenia 2021-06-04 05:40:16 -04:00
parent aae46ca62e
commit b03e3c4722
1 changed files with 10 additions and 5 deletions

View File

@ -2,11 +2,16 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="80" height="20" role="img" aria-label="trans: rights">
<defs>
<linearGradient id="trans" x1="0" x2="0" y1="0" y2="1">
<stop stop-color="#55CDFC" offset="0%"/>
<stop stop-color="#F7A8B8" offset="25%"/>
<stop stop-color="#FFFFFF" offset="50%"/>
<stop stop-color="#F7A8B8" offset="75%"/>
<stop stop-color="#55CDFC" offset="100%"/>
<stop stop-color="#5BCEFA" offset="0%"/>
<stop stop-color="#5BCEFA" offset="20%"/>
<stop stop-color="#F5A9B8" offset="20%"/>
<stop stop-color="#F5A9B8" offset="40%"/>
<stop stop-color="#FFFFFF" offset="40%"/>
<stop stop-color="#FFFFFF" offset="60%"/>
<stop stop-color="#F5A9B8" offset="60%"/>
<stop stop-color="#F5A9B8" offset="80%"/>
<stop stop-color="#5BCEFA" offset="80%"/>
<stop stop-color="#5BCEFA" offset="100%"/>
</linearGradient>
<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="80" height="20" rx="3" fill="#fff"/></clipPath>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB