Reduce size of React logo (#172)

This commit is contained in:
Jude Gibbons
2019-03-03 12:54:39 +00:00
committed by Terence Eden
parent 4be15d95f6
commit b046a50266
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ aria-label="React" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><circle cx="256" cy="256" fill="#61dafb" r="36"/><g fill="none" stroke="#61dafb" stroke-width="18"><ellipse cx="256" cy="256" rx="183" ry="71"/><ellipse cx="-93" cy="350" rx="183" ry="71" transform="rotate(-60)"/><ellipse cx="350" cy="-93" rx="183" ry="71" transform="rotate(60)"/></g></svg>
fill="#fff"/><g transform="translate(256,256)"><circle cx="0" cy="0" r="36" fill="#61dafb"/><g stroke="#61dafb" stroke-width="18" fill="none"><ellipse id="a" rx="183" ry="71"/><use href="#a" transform="rotate(60)"/><use href="#a" transform="rotate(120)"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 401 B