summaryrefslogtreecommitdiff
path: root/taler-big.svg
blob: 93f91ade912f489015bce5620884079a60168ccd (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
35
36
37
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-50 -50 100 100"
     xmlns:xlink="http://www.w3.org/1999/xlink">
  <circle cx="0" cy="0" r="40" stroke="black" stroke-width="7.5" fill="none" />
  <circle cx="0" cy="0" r="45" stroke="black" stroke-width="1" fill="none" />
  <rect x="-20" y="-17" width="40" height="4"/>
  <rect x="-20" y="-12" width="40" height="1"/>
  <rect x="-4" y="-17" width="8" height="54"/>


  <text font-family="Verdana" font-weight="bold" font-size="8" color="red" x="0" y="-20" text-anchor="middle" letter-spacing="0.25em">
    Taler
  </text>


  <defs>
    <path id="MyPath1"
          d="M -38 0 A 38 38 1 0 1 38 0" />
  </defs>

  <defs>
    <path id="MyPath2"
          d="M 0 42 A 42 42 1 0 0 0 -42" />
  </defs>


  <text font-family="Verdana" font-size="6" color="red" fill="white">
    <textPath xlink:href="#MyPath1">
      Taxable Anonymous Libre
    </textPath>
  </text>

  <text font-family="Verdana" font-size="6" color="red" fill="white">
    <textPath xlink:href="#MyPath2">
      Electronic Reserves
    </textPath>
  </text>
</svg>