<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="6cm" height="6cm" viewBox="0 0 120 120"
     xmlns="http://www.w3.org/2000/svg" version="1.1">
  <desc>Why are there circumpolar stars?</desc>
  <!-- 80 minutes -->
  <!-- background angles -->
  <rect x="0" y="0" width="120" height="120"
        fill="grey" stroke="none"/>
  <polygon points="44.7629,0 60,32.6760 75.2371,0"
        fill="white" stroke="none"/>
  <polygon points="19.2802,120 60,32.6760 100.7199,120"
        fill="black" stroke="none"/>
  <!-- poles -->
  <line x1="0" y1="80" x2="120" y2="80"
        fill="none" stroke="black" stroke-width="1"/>
  <line x1="60" y1="0" x2="60" y2="32.6760"
        fill="none" stroke="black" stroke-width="1"/>
  <line x1="60" y1="32.6760" x2="60" y2="120"
        fill="none" stroke="white" stroke-width="1"/>
  <!-- globe -->
  <circle cx="60" cy="80" r="20"
        fill="white" stroke="black" stroke-width="1"/>
  <!-- equator -->
  <line x1="40" y1="80" x2="80" y2="80"
        fill="none" stroke="black" stroke-width="1"/>
  <line x1="60" y1="60" x2="60" y2="100"
        fill="none" stroke="black" stroke-width="1"/>
  <!-- angles -->
  <line x1="60" y1="80" x2="130" y2="80"
        fill="none" stroke="black" stroke-width="1"
        transform="rotate(-25 60 80)"/>
  <line x1="60" y1="80" x2="-10" y2="80"
        fill="none" stroke="black" stroke-width="1"
        transform="rotate(25 60 80)"/>
  <!-- angles -->
  <path d="M97.0676,80 A15,15 0 0,1 88.4068,93.5946"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M22.9324,80 A15,15 0 0,0 37.9324,93.5946"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M60,0 A32.6760,32.6760 0 0,1 73.8098,3.0615"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M60,0 A32.6760,32.6760 0 0,0 46.1905,3.0615"
        fill="none" stroke="black" stroke-width="0.5"/>
  <!-- text -->
  <text x="70" y="79" font-family="Helvetica" font-size="6">25&#xB0;</text>
  <text x="42" y="79" font-family="Helvetica" font-size="6">25&#xB0;</text>
  <text x="50" y="10" font-family="Helvetica" font-size="6">25&#xB0;</text>
  <text x="62" y="10" font-family="Helvetica" font-size="6">25&#xB0;</text>
  <text x="27" y="86" font-family="Helvetica" font-size="6">65&#xB0;</text>
  <text x="86" y="86" font-family="Helvetica" font-size="6">65&#xB0;</text>
</svg>
