<!--
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <pattern id="grid" width="80" height="80" patternUnits="userSpaceOnUse">
      <path id='path' d="M 80 0 L 0 0 0 80" fill="none" stroke="black" stroke-width="0.5"/>
    </pattern>
  </defs>
  <rect id = 'background' x="-1000" y="-1000" width="800em" height="800em" fill="url(#grid)" />
</svg>
-->