Browse Source

Use fill="none" instead of fill="transparent" for logo SVG

main
MICHAEL JACKSON 8 years ago
parent
commit
e6eb004b28
  1. 4
      src/icons/logo-white.svg
  2. 4
      src/icons/logo.svg

4
src/icons/logo-white.svg

@ -1,9 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -10.23174 23 20.46348"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -10.23174 23 20.46348">
<title>React Logo</title> <title>React Logo</title>
<circle cx="0" cy="0" r="2.05" fill="#fff"/> <circle cx="0" cy="0" r="2.05" fill="#fff"/>
<g stroke="#fff" stroke-width="1" fill="transparent"> <g stroke="#fff" stroke-width="1" fill="none">
<ellipse rx="11" ry="4.2"/> <ellipse rx="11" ry="4.2"/>
<ellipse rx="11" ry="4.2" transform="rotate(60)"/> <ellipse rx="11" ry="4.2" transform="rotate(60)"/>
<ellipse rx="11" ry="4.2" transform="rotate(120)"/> <ellipse rx="11" ry="4.2" transform="rotate(120)"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 360 B

4
src/icons/logo.svg

@ -1,9 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -10.23174 23 20.46348"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -10.23174 23 20.46348">
<title>React Logo</title> <title>React Logo</title>
<circle cx="0" cy="0" r="2.05" fill="#61dafb"/> <circle cx="0" cy="0" r="2.05" fill="#61dafb"/>
<g stroke="#61dafb" stroke-width="1" fill="transparent"> <g stroke="#61dafb" stroke-width="1" fill="none">
<ellipse rx="11" ry="4.2"/> <ellipse rx="11" ry="4.2"/>
<ellipse rx="11" ry="4.2" transform="rotate(60)"/> <ellipse rx="11" ry="4.2" transform="rotate(60)"/>
<ellipse rx="11" ry="4.2" transform="rotate(120)"/> <ellipse rx="11" ry="4.2" transform="rotate(120)"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 366 B

Loading…
Cancel
Save