rounds path's values + perceptualdiff check

This commit is contained in:
3l3gant-cod3s
2022-04-18 17:39:52 +02:00
committed by GitHub
parent 25b2680c36
commit 9e55f3b8a4
25 changed files with 76 additions and 80 deletions

View File

@@ -1,7 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
aria-label="Jellyfin" role="img"
viewBox="0 0 512 512"><rect
viewBox="0 0 512 512" ><rect
width="512" height="512"
rx="15%"
fill="#fff"/><defs><path d="M190.56 329.07c8.63 17.3 122.4 17.12 130.93 0 8.52-17.1-47.9-119.78-65.46-119.8-17.57 0-74.1 102.5-65.47 119.8z" id="A"/><linearGradient id="B" gradientUnits="userSpaceOnUse" x1="126.15" y1="219.32" x2="457.68" y2="410.73"><stop offset="0%" stop-color="#aa5cc3"/><stop offset="100%" stop-color="#00a4dc"/></linearGradient><path d="M58.75 417.03c25.97 52.15 368.86 51.55 394.55 0S308.93 56.08 256.03 56.08c-52.92 0-223.25 308.8-197.28 360.95zm68.04-45.25c-17.02-34.17 94.6-236.5 129.26-236.5 34.67 0 146.1 202.7 129.26 236.5-16.83 33.8-241.5 34.17-258.52 0z" id="C"/></defs><use xlink:href="#A" fill="url(#B)"/><use xlink:href="#A" fill-opacity="0" stroke="#000" stroke-opacity="0"/><use xlink:href="#C" fill="url(#B)"/><use xlink:href="#C" fill-opacity="0" stroke="#000" stroke-opacity="0"/></svg>
rx="15%"
fill="#fff"/><defs><path id="A" d="m190.6 329.1c8.6 17.3 122.4 17.1 130.9 0s-47.9-119.8-65.5-119.8-74.1 102.5-65.5 119.8z"/><linearGradient id="B" x1="126.15" x2="457.68" y1="219.32" y2="410.73" gradientUnits="userSpaceOnUse"><stop stop-color="#aa5cc3" offset="0"/><stop stop-color="#00a4dc" offset="1"/></linearGradient><path id="C" d="m58.8 417c26 52.1 368.9 51.5 394.6 0s-144.5-360.9-197.4-360.9-223.2 308.8-197.3 360.9zm68-45.2c-17-34.2 94.6-236.5 129.3-236.5s146.1 202.7 129.3 236.5-241.5 34.2-258.5 0z"/></defs><use fill="url(#B)" xlink:href="#A"/><use fill-opacity="0" stroke="#000" stroke-opacity="0" xlink:href="#A"/><use fill="url(#B)" xlink:href="#C"/><use fill-opacity="0" stroke="#000" stroke-opacity="0" xlink:href="#C"/></svg>

Before

Width:  |  Height:  |  Size: 1003 B

After

Width:  |  Height:  |  Size: 922 B