Skip to content

Instantly share code, notes, and snippets.

@metanomial
Created September 5, 2020 07:25
Show Gist options
  • Save metanomial/aa9a232b8d88071c71e570ea61539c77 to your computer and use it in GitHub Desktop.
Save metanomial/aa9a232b8d88071c71e570ea61539c77 to your computer and use it in GitHub Desktop.
Squared Circles
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1000" height="1000">
<rect x="0" y="0" width="1000" height="1000" fill="white"/>
<g fill="none" stroke="black" stroke-width="15">
<circle cx="500" cy="500" r="367"/>
<polygon points="500,40 960,500 500,960 40,500"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment