Skip to content

Instantly share code, notes, and snippets.

@jimwhitfield
Last active July 27, 2023 03:58
Show Gist options
  • Save jimwhitfield/3265534bd77a7a1a4e036f2ae4e729b7 to your computer and use it in GitHub Desktop.
Save jimwhitfield/3265534bd77a7a1a4e036f2ae4e729b7 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="800"
height="800"
version="1.1"
inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)">
<g id="sinesemicircles" transform="translate(0,0)">
<path
d="m 365,151 c -1,0 -2,0 -4,0 -163,2 -295,135 -295,299 0,164 132,297 296,299 -81,0 -146,-68 -146,-149 0,-82 67,-149 149,-149 82,0 150,-67 150,-150 0,-82 -67,-149 -150,-149 z"
id="whitesemicircle"
style="fill:#ffffff;stroke:#000000;stroke-width:2;stroke-linejoin:round" />
<path
id="blacksemicircle"
d="m 365,751 c 1,0 2,0 4,0 163,-2 295,-135 295,-299 0,-164 -132,-297 -296,-299 81,0 146,68 146,149 0,82 -67,149 -150,149 -82,0 -149,67 -149,150 0,82 67,149 150,149 z"
style="fill:#000000;stroke:#000000;stroke-width:2;stroke-linejoin:round" />
</g>
<ellipse style="fill:#000000;fill-opacity:1;stroke:#000000" id="blackdot" cx="380" cy="300" rx="40" ry="40" />
<ellipse style="fill:#ffffff;fill-opacity:1;stroke:#000000" id="whitedot" cx="380" cy="600" rx="40" ry="40" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment