aboutsummaryrefslogtreecommitdiff
path: root/sdgui.svg
blob: 7808bd9fd44a9f922420a7d697cb528cb0347280 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.1" width="48" height="48" viewBox="0 0 48 48"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"
   color-interpolation="linearRGB"
   color-interpolation-filters="linearRGB">

  <defs>
    <rect id="text" width="13" height="3" fill="#d0d0d0" />
    <filter id="shadow" x="-25%" y="-25%" width="150%" height="150%">
      <feFlood flood-color="#000000" flood-opacity=".5" result="flood" />
      <feComposite in="SourceGraphic" in2="flood" operator="in" />
      <feGaussianBlur stdDeviation="1.25" />
      <feOffset dx="1" dy="1" result="offset" />
      <feComposite in="SourceGraphic" in2="offset" />
    </filter>
    <mask id="hole">
      <rect x="-25%" y="-25%" width="150%" height="150%" fill="#ffffff" />
      <circle r="10.5" />
    </mask>
  </defs>

  <rect x="5" y="1" width="38" height="46" ry="2"
     fill="#ffffff" stroke="#606060" stroke-width="1.25" />

  <use xlink:href="#text" x="9" y="5" />
  <use xlink:href="#text" x="9" y="10" />
  <use xlink:href="#text" x="9" y="15" />
  <use xlink:href="#text" x="9" y="20" />
  <use xlink:href="#text" x="9" y="25" />
  <use xlink:href="#text" x="9" y="30" />
  <use xlink:href="#text" x="9" y="35" />
  <use xlink:href="#text" x="9" y="40" />

  <use xlink:href="#text" x="26" y="5" />
  <use xlink:href="#text" x="26" y="10" />
  <use xlink:href="#text" x="26" y="15" />
  <use xlink:href="#text" x="26" y="20" />
  <use xlink:href="#text" x="26" y="25" />
  <use xlink:href="#text" x="26" y="30" />
  <use xlink:href="#text" x="26" y="35" />
  <use xlink:href="#text" x="26" y="40" />

  <circle cx="21" cy="19" r="9" fill="#ffffff" fill-opacity=".5"
     stroke-width="2" stroke="#000000" filter="url(#shadow)" />
  <g filter="url(#shadow)">
    <rect x="-1.75" y="0" width="3.5" height="22.5"
       transform="translate(21 19) rotate(-30)" mask="url(#hole)" />
  </g>
</svg>