Skip to content

Instantly share code, notes, and snippets.

@skeeto
Created August 20, 2016 17:34
Show Gist options
  • Select an option

  • Save skeeto/c80c9216006a55f95154d18331db6a8b to your computer and use it in GitHub Desktop.

Select an option

Save skeeto/c80c9216006a55f95154d18331db6a8b to your computer and use it in GitHub Desktop.
Planet exploration puzzle
Display the source blob
Display the rendered blob
Raw
<?xml version='1.0' encoding='utf-8'?>
<svg xmlns="http://www.w3.org/2000/svg" version='1.1' width='800' height='800'>
<line x1='50' y1='50' x2='50' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='50' x2='150' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='50' x2='150' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='50' x2='150' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='50' x2='250' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='50' x2='50' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='50' x2='250' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='50' x2='50' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='50' x2='250' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='50' x2='350' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='50' x2='150' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='50' x2='150' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='50' x2='350' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='50' x2='450' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='50' x2='250' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='50' x2='450' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='50' x2='450' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='50' x2='550' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='50' x2='350' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='50' x2='550' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='50' x2='350' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='50' x2='550' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='50' x2='450' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='50' x2='450' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='50' x2='650' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='50' x2='750' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='50' x2='750' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='50' x2='650' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='50' x2='650' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='150' x2='50' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='150' x2='50' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='150' x2='150' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='150' x2='150' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='150' x2='150' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='150' x2='150' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='150' x2='250' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='150' x2='50' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='150' x2='250' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='150' x2='250' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='150' x2='50' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='150' x2='50' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='150' x2='250' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='150' x2='250' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='150' x2='150' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='150' x2='150' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='150' x2='150' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='150' x2='350' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='150' x2='450' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='150' x2='450' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='150' x2='450' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='150' x2='550' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='150' x2='350' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='150' x2='550' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='150' x2='350' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='150' x2='550' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='150' x2='450' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='150' x2='650' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='150' x2='450' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='150' x2='650' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='150' x2='650' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='150' x2='750' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='150' x2='750' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='150' x2='750' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='150' x2='750' y2='50' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='150' x2='750' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='150' x2='650' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='150' x2='650' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='250' x2='50' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='250' x2='50' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='250' x2='150' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='250' x2='150' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='250' x2='150' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='250' x2='250' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='250' x2='50' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='250' x2='250' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='250' x2='250' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='250' x2='50' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='250' x2='50' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='250' x2='250' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='250' x2='250' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='250' x2='350' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='250' x2='150' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='250' x2='150' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='250' x2='150' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='250' x2='350' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='250' x2='450' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='250' x2='250' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='250' x2='450' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='250' x2='450' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='250' x2='450' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='250' x2='550' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='250' x2='350' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='250' x2='550' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='250' x2='350' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='250' x2='550' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='250' x2='450' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='250' x2='450' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='250' x2='650' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='250' x2='650' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='250' x2='750' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='250' x2='750' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='250' x2='750' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='250' x2='550' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='250' x2='750' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='250' x2='750' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='250' x2='650' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='250' x2='650' y2='150' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='250' x2='650' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='350' x2='50' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='350' x2='50' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='350' x2='150' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='350' x2='150' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='350' x2='150' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='350' x2='250' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='350' x2='50' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='350' x2='250' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='350' x2='50' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='350' x2='250' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='350' x2='150' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='350' x2='350' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='350' x2='150' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='350' x2='350' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='350' x2='350' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='350' x2='450' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='350' x2='450' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='350' x2='450' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='350' x2='250' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='350' x2='450' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='350' x2='550' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='350' x2='350' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='350' x2='550' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='350' x2='550' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='350' x2='350' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='350' x2='350' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='350' x2='550' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='350' x2='550' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='350' x2='450' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='350' x2='450' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='350' x2='450' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='350' x2='650' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='350' x2='650' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='350' x2='750' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='350' x2='750' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='350' x2='650' y2='250' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='450' x2='50' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='450' x2='50' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='450' x2='150' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='450' x2='150' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='450' x2='150' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='450' x2='250' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='450' x2='50' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='450' x2='50' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='450' x2='250' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='450' x2='350' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='450' x2='150' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='450' x2='350' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='450' x2='350' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='450' x2='350' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='450' x2='450' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='450' x2='250' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='450' x2='450' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='450' x2='450' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='450' x2='250' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='450' x2='250' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='450' x2='450' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='450' x2='550' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='450' x2='350' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='450' x2='550' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='450' x2='350' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='450' x2='350' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='450' x2='550' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='450' x2='550' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='450' x2='450' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='450' x2='450' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='450' x2='450' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='450' x2='650' y2='350' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='450' x2='650' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='450' x2='750' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='450' x2='750' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='450' x2='750' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='450' x2='650' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='450' x2='650' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='550' x2='50' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='550' x2='50' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='550' x2='150' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='550' x2='150' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='550' x2='150' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='550' x2='150' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='550' x2='150' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='550' x2='50' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='550' x2='50' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='550' x2='50' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='550' x2='250' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='550' x2='250' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='550' x2='350' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='550' x2='450' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='550' x2='450' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='550' x2='250' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='550' x2='450' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='550' x2='450' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='550' x2='550' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='550' x2='350' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='550' x2='550' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='550' x2='550' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='550' x2='350' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='550' x2='350' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='550' x2='550' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='550' x2='550' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='550' x2='450' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='550' x2='450' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='550' x2='450' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='550' x2='650' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='550' x2='750' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='550' x2='750' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='550' x2='750' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='550' x2='750' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='550' x2='650' y2='450' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='550' x2='650' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='650' x2='50' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='650' x2='50' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='650' x2='150' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='650' x2='150' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='650' x2='150' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='650' x2='150' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='650' x2='150' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='650' x2='50' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='650' x2='50' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='650' x2='50' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='650' x2='250' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='650' x2='250' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='650' x2='350' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='650' x2='450' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='650' x2='450' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='650' x2='450' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='650' x2='450' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='650' x2='550' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='650' x2='550' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='650' x2='550' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='650' x2='350' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='650' x2='350' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='650' x2='550' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='650' x2='550' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='650' x2='450' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='650' x2='450' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='650' x2='450' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='650' x2='650' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='650' x2='750' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='650' x2='750' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='650' x2='750' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='650' x2='750' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='650' x2='750' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='650' x2='650' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='650' x2='650' y2='550' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='650' x2='650' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='750' x2='50' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='750' x2='150' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='50' y1='750' x2='150' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='750' x2='150' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='750' x2='250' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='750' x2='50' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='150' y1='750' x2='50' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='750' x2='250' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='750' x2='350' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='250' y1='750' x2='150' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='750' x2='350' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='750' x2='450' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='750' x2='250' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='350' y1='750' x2='450' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='750' x2='450' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='750' x2='550' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='750' x2='350' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='450' y1='750' x2='350' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='750' x2='550' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='750' x2='450' y2='750' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='550' y1='750' x2='450' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='750' x2='650' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='650' y1='750' x2='750' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='750' x2='750' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<line x1='750' y1='750' x2='650' y2='650' stroke='black' stroke-width='5' stroke-linecap='round' />
<circle cx='50' cy='50' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='150' cy='50' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='250' cy='50' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='350' cy='50' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='50' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='550' cy='50' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='650' cy='50' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='750' cy='50' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='50' cy='150' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='150' cy='150' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='250' cy='150' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='350' cy='150' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='150' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='550' cy='150' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='650' cy='150' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='750' cy='150' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='50' cy='250' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='150' cy='250' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='250' cy='250' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='350' cy='250' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='250' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='550' cy='250' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='650' cy='250' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='750' cy='250' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='50' cy='350' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='150' cy='350' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='250' cy='350' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='350' cy='350' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='350' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='550' cy='350' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='650' cy='350' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='750' cy='350' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='50' cy='450' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='150' cy='450' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='250' cy='450' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='350' cy='450' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='450' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='550' cy='450' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='650' cy='450' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='750' cy='450' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='50' cy='550' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='150' cy='550' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='250' cy='550' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='350' cy='550' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='550' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='550' cy='550' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='650' cy='550' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='750' cy='550' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='50' cy='650' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='150' cy='650' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='250' cy='650' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='350' cy='650' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='650' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='550' cy='650' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='650' cy='650' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='750' cy='650' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='50' cy='750' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='150' cy='750' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='250' cy='750' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='350' cy='750' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='750' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='550' cy='750' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='650' cy='750' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='750' cy='750' r='30' stroke='black' stroke-width='5' fill='white' />
<circle cx='450' cy='50' r='15' stroke='none' fill='#d70' />
<circle cx='650' cy='50' r='23' stroke='#0af' stroke-width='5' fill='none' />
<circle cx='750' cy='50' r='23' stroke='#0af' stroke-width='5' fill='none' />
<circle cx='50' cy='150' r='23' stroke='blue' stroke-width='5' fill='none' />
<circle cx='50' cy='250' r='23' stroke='blue' stroke-width='5' fill='none' />
<circle cx='350' cy='250' r='15' stroke='none' fill='green' />
<text x='450' y='265' text-anchor='middle' alignment-baseline='central' font-size='37.5' font-family='sans serif'>2</text>
<text x='650' y='265' text-anchor='middle' alignment-baseline='central' font-size='37.5' font-family='sans serif'>2</text>
<circle cx='750' cy='250' r='15' stroke='none' fill='#0af' />
<circle cx='50' cy='350' r='23' stroke='blue' stroke-width='5' fill='none' />
<circle cx='150' cy='350' r='15' stroke='none' fill='blue' />
<circle cx='450' cy='350' r='23' stroke='purple' stroke-width='5' fill='none' />
<circle cx='50' cy='550' r='23' stroke='red' stroke-width='5' fill='none' />
<circle cx='250' cy='550' r='23' stroke='green' stroke-width='5' fill='none' />
<circle cx='150' cy='650' r='23' stroke='red' stroke-width='5' fill='none' />
<circle cx='250' cy='650' r='23' stroke='green' stroke-width='5' fill='none' />
<circle cx='50' cy='750' r='23' stroke='red' stroke-width='5' fill='none' />
<circle cx='150' cy='750' r='15' stroke='none' fill='red' />
<circle cx='250' cy='750' r='23' stroke='green' stroke-width='5' fill='none' />
<circle cx='350' cy='750' r='23' stroke='green' stroke-width='5' fill='none' />
<circle cx='450' cy='750' r='23' stroke='green' stroke-width='5' fill='none' />
<circle cx='550' cy='750' r='15' stroke='none' fill='purple' />
<circle cx='750' cy='750' r='23' stroke='#d70' stroke-width='5' fill='none' />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment