aboutsummaryrefslogtreecommitdiff
path: root/xT/xT.svg
blob: 0dd85bcf8110c1e031c8dd839c9d3c5dd6cdc7f3 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.1" width="48" height="48" viewBox="0 0 48 48"
   xmlns="http://www.w3.org/2000/svg">

  <defs>
    <radialGradient id="grey-x">
      <stop stop-color="hsl(66, 0%, 90%)" offset="0" />
      <stop stop-color="hsl(66, 0%, 80%)" offset="1" />
    </radialGradient>
    <radialGradient id="orange">
      <stop stop-color="hsl(36, 100%, 60%)" offset="0" />
      <stop stop-color="hsl(23, 100%, 60%)" offset="1" />
    </radialGradient>
    <filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
      <feDropShadow dx="0" dy="0" stdDeviation="0.05"
         flood-color="rgba(0, 0, 0, .5)" />
    </filter>
  </defs>

  <!-- XXX: librsvg screws up shadows on rotated objects. -->
  <g filter="url(#shadow)" transform="translate(24 28) rotate(-45) scale(16)">
    <path fill="url(#grey-x)" stroke="hsl(66, 0%, 30%)" stroke-width="0.1"
       d="M-.25 -1 H.25 V-.25 H1 V.25 H.25 V1 H-.25 V.25 H-1 V-.25 H-.25 Z" />
  </g>
  <g filter="url(#shadow)" transform="translate(24 3) scale(16)">
    <path fill="url(#orange)" stroke="hsl(36, 100%, 20%)" stroke-width="0.1"
       d="M-.8 0 H.8 V.5 H.25 V2.625 H-.25 V.5 H-.8 Z" />
  </g>
</svg>