4
0
mirror of https://git.coop/cotech/website.git synced 2025-07-14 09:10:51 +00:00

Optimize images

- `svgo` for SVG
- `optipng` for PNG

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
This commit is contained in:
Iván Perdomo
2022-03-08 18:41:06 +01:00
committed by Chris Croome
parent 321154c7d0
commit 027f28ed6e
4 changed files with 2 additions and 26 deletions

View File

@ -1,7 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256px" height="291px" viewBox="0 0 256 291" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<polygon fill="#4040B2" points="176.485057 188.994162 256.000302 143.127442 256.000302 51.2485453 176.485057 97.2122358"></polygon>
<path d="M88.2425283,51.2485453 L167.757774,97.2122358 L167.757774,188.994162 L88.2425283,143.078957 M0,91.8304113 L79.5152453,137.745617 L79.5152453,45.9152057 L0,0 M88.2425283,244.994228 L167.757774,290.909434 L167.757774,199.079023 L88.2425283,153.163817" fill="#5C4EE5"></path>
</g>
</svg>
<svg width="256" height="291" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#4040B2" d="M176.485 188.994 256 143.127V51.25l-79.515 45.963z"/><path d="m88.243 51.249 79.515 45.963v91.782L88.243 143.08M0 91.83l79.515 45.916v-91.83L0 0m88.243 244.994 79.515 45.915v-91.83l-79.515-45.915" fill="#5C4EE5"/></svg>

Before

Width:  |  Height:  |  Size: 672 B

After

Width:  |  Height:  |  Size: 339 B