<?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>
  <!-- 180 minutes -->
  <!-- background angles -->
  <rect x="0" y="0" width="120" height="120"
        fill="grey" stroke="none"/>
  <polygon points="32.0215,0 60,60 87.9785,0"
        fill="white" stroke="none"/>
  <polygon points="32.0215,120 60,60 87.9785,120"
        fill="black" stroke="none"/>
  <!-- poles -->
  <line x1="0" y1="60" x2="120" y2="60"
        fill="none" stroke="black" stroke-width="1"/>
  <line x1="60" y1="0" x2="60" y2="60"
        fill="none" stroke="black" stroke-width="1"/>
  <line x1="60" y1="60" x2="60" y2="120"
        fill="none" stroke="white" stroke-width="1"/>
  <!-- globe -->
  <circle cx="60" cy="60" r="1"
        fill="white" stroke="black" stroke-width="1"/>
  <!-- celestial sphere -->
  <path d="M81.1309,105.3154 A50,50 0 1,0 38.8690,105.3154"
        fill="none" stroke="black" stroke-width="1"/>
  <path d="M38.8690,105.3154 A50,50 0 0,0 81.1309,105.3154"
        fill="none" stroke="white" stroke-width="1"/>
<!--  <circle cx="60" cy="60" r="50"
        fill="none" stroke="black" stroke-width="1"/>-->
  <!-- zenith angles -->
  <line x1="60" y1="60" x2="130" y2="60"
        fill="none" stroke="black" stroke-width="1"
        transform="rotate(-25 60 60)" style="stroke-dasharray: 5,5;"/>
  <line x1="60" y1="60" x2="-10" y2="60"
        fill="none" stroke="black" stroke-width="1"
        transform="rotate(25 60 60)" style="stroke-dasharray: 5,5;"/>
  <!-- angles -->
  <path d="M75,60 A15,15 0 0,1 66.3391,73.5946"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M45,60 A15,15 0 0,0 53.6609,73.5946"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M60,27.324 A32.6760,32.6760 0 0,1 73.8098,30.3855"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M60,27.324 A32.6760,32.6760 0 0,0 46.1905,30.3855"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M35,60 A25,25 0 0,1 37.3423,49.4345"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M85,60 A25,25 0 0,0 82.6577,49.4345"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M30,60 A30,30 0 0,1 47.3215,32.8108"
        fill="none" stroke="black" stroke-width="0.5"/>
  <path d="M90,60 A30,30 0 0,0 72.6785,32.8108"
        fill="none" stroke="black" stroke-width="0.5"/>
  <!-- text -->
  <text x="74" y="59" font-family="Helvetica" font-size="6">25&#xB0;</text>
  <text x="38" y="59" font-family="Helvetica" font-size="6">25&#xB0;</text>
  <text x="50" y="35" font-family="Helvetica" font-size="6">25&#xB0;</text>
  <text x="62" y="35" font-family="Helvetica" font-size="6">25&#xB0;</text>
  <text x="50" y="66" font-family="Helvetica" font-size="6">65&#xB0;</text>
  <text x="63" y="66" font-family="Helvetica" font-size="6">65&#xB0;</text>
  <text x="38" y="48" font-family="Helvetica" font-size="6">65&#xB0;</text>
  <text x="74" y="48" font-family="Helvetica" font-size="6">65&#xB0;</text>
</svg>
