Skip to content

Instantly share code, notes, and snippets.

@siegfried
Created March 29, 2022 16:33
Show Gist options
  • Save siegfried/e56070241caf4445e82f2bff2f771c30 to your computer and use it in GitHub Desktop.
Save siegfried/e56070241caf4445e82f2bff2f771c30 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg version="1.1"
width="100" height="100"
xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="50" fill="blue" />
<circle cx="50" cy="50" r="33.4" fill="white" />
<circle cx="50" cy="50" r="28.4" fill="blue" />
<line x1="10" x2="90" y1="50" y2="50" stroke="white" stroke-width="5" stroke-linecap="round" transform="rotate(0 50 50)" />
<line x1="10" x2="90" y1="50" y2="50" stroke="white" stroke-width="5" stroke-linecap="round" transform="rotate(30 50 50)" />
<line x1="10" x2="90" y1="50" y2="50" stroke="white" stroke-width="5" stroke-linecap="round" transform="rotate(60 50 50)" />
<line x1="10" x2="90" y1="50" y2="50" stroke="white" stroke-width="5" stroke-linecap="round" transform="rotate(90 50 50)" />
<line x1="10" x2="90" y1="50" y2="50" stroke="white" stroke-width="5" stroke-linecap="round" transform="rotate(120 50 50)" />
<line x1="10" x2="90" y1="50" y2="50" stroke="white" stroke-width="5" stroke-linecap="round" transform="rotate(150 50 50)" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment