Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
blob: 182ee728acaaaa965fdf9453859a67bc47afb04d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<svg viewBox="-8.65999984741211 -35 580.2199096679688 835" xmlns="http://www.w3.org/2000/svg">
  <style>
    #background {
      stroke: #304b75;
      fill: #bacae3;
    }
  </style>
  <defs>
    <polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/>

    <line id="ast-line" stroke="black" stroke-width="0.3" x1="-1.2" y1="0" x2="1.2" y2="0"/>

    <pattern id="asterisk" viewBox="-8.66 -15 17.32 30" width="17.32" height="30" patternUnits="userSpaceOnUse">
      <use y="-15" href="#ast-line"/>
      <use y="-15" transform="rotate(60, 0, -15)" href="#ast-line"/>
      <use y="-15" transform="rotate(-60, 0, -15)" href="#ast-line"/>
      <use y="15" href="#ast-line"/>
      <use y="15" transform="rotate(60, 0, 15)" href="#ast-line"/>
      <use y="15" transform="rotate(-60, 0, 15)" href="#ast-line"/>

      <use x="8.66" href="#ast-line"/>
      <use x="8.66" transform="rotate(60, 8.66, 0)" href="#ast-line"/>
      <use x="8.66" transform="rotate(-60, 8.66, 0)" href="#ast-line"/>
      <use x="-8.66" href="#ast-line"/>
      <use x="-8.66" transform="rotate(60, -8.66, 0)" href="#ast-line"/>
      <use x="-8.66" transform="rotate(-60, -8.66, 0)" href="#ast-line"/>
    </pattern>
  </defs>

  <g class="gameboard">
    <rect id="background" x="-8.65999984741211" y="-10" width="580.2199096679688" height="790"/>
    <rect id="dots" fill="url(#asterisk)" x="-8.65999984741211" y="-10" width="580.2199096679688" height="790"/>
  </g>
</svg>