<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
  xmlns:xlink="http://www.w3.org/1999/xlink" width="1235" height="650">
  <desc>United States Flag</desc>
  <defs>
    <polygon id="point"
      points="-0.1624598481164531,0 0,0.5 0.1624598481164531,0"
      transform="scale(0.0616)" fill="white"/>
      <!-- "0.162..." = (tangent of 18 deg.) / 2 -->
    <g id="star">
      <use xlink:href="#point" transform="rotate(-108)"/>
      <use xlink:href="#point" transform="rotate( -36)"/>
      <use xlink:href="#point" transform="rotate(  36)"/>
      <use xlink:href="#point" transform="rotate( 108)"/>
      <use xlink:href="#point" transform="rotate( 180)"/>
    </g>
    <g id="row5">
      <use xlink:href="#star" x="-0.252"/>
      <use xlink:href="#star" x="-0.126"/>
      <use xlink:href="#star"/>
      <use xlink:href="#star" x=" 0.126"/>
      <use xlink:href="#star" x=" 0.252"/>
    </g>
    <g id="row6">
      <use xlink:href="#row5" x="-0.063"/>
      <use xlink:href="#star" x=" 0.315"/>
    </g>
    <g id="rowx4">
      <use xlink:href="#row6"/>
      <use xlink:href="#row5" y="0.054"/>
      <use xlink:href="#row6" y="0.108"/>
      <use xlink:href="#row5" y="0.162"/>
    </g>
    <g id="union">
      <use xlink:href="#rowx4" y="-0.216"/>
      <use xlink:href="#rowx4"/>
      <use xlink:href="#row6" y="0.216"/>
    </g>
    <rect id="stripe" width="1235" height="50" fill="#bf0a30"/>
  </defs>
  <rect width="1235" height="650" fill="white"/>
  <use xlink:href="#stripe"/>
  <use xlink:href="#stripe" y="100"/>
  <use xlink:href="#stripe" y="200"/>
  <use xlink:href="#stripe" y="300"/>
  <use xlink:href="#stripe" y="400"/>
  <use xlink:href="#stripe" y="500"/>
  <use xlink:href="#stripe" y="600"/>
  <rect width="494" height="350" fill="#002868"/>
  <use xlink:href="#union" transform="translate(247,175) scale(650)"/>
</svg>
