Optimize Preact Icon (#436)

* change white for fff in preact icon

* change path number to integer

* update readme
This commit is contained in:
Bruno Cerecetto
2020-10-05 10:43:25 -03:00
committed by GitHub
parent 9f13e68b04
commit f40ea6c25c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ aria-label="Preact" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><g transform="translate(256,256)"><path d="M0,-256 221.7025033688164,-128 221.7025033688164,128 0,256 -221.7025033688164,128 -221.7025033688164,-128z" fill="#673ab8"/><ellipse cx="0" cy="0" stroke-width="16px" rx="75px" ry="196px" fill="none" stroke="white" transform="rotate(52.5)"/><ellipse cx="0" cy="0" stroke-width="16px" rx="75px" ry="196px" fill="none" stroke="white" transform="rotate(-52.5)"/><circle cx="0" cy="0" r="34" fill="white"/></g></svg>
fill="#fff"/><g transform="translate(256,256)"><path d="M0,-256 222,-128 222,128 0,256 -222,128 -222,-128z" fill="#673ab8"/><ellipse cx="0" cy="0" stroke-width="16px" rx="75px" ry="196px" fill="none" stroke="#fff" transform="rotate(52.5)"/><ellipse cx="0" cy="0" stroke-width="16px" rx="75px" ry="196px" fill="none" stroke="#fff" transform="rotate(-52.5)"/><circle cx="0" cy="0" r="34" fill="#fff"/></g></svg>

Before

Width:  |  Height:  |  Size: 602 B

After

Width:  |  Height:  |  Size: 543 B