Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Waves.activity/activity/activity-waves.svg
blob: e0e7f4aa20d636ddf04551f6172391d23b661432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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" [
  <!ENTITY fill_color "#FFFFFF">
  <!ENTITY stroke_color "#000000">
]>
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
  <rect x="1" y="1" width="48" height="48"
  style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2"/>
<ellipse cx = "24" cy ="24"
        rx="25" ry="10"
        fill="none" stroke="white" stroke-width="2"  />
<ellipse cx = "24" cy ="24"
        rx="30" ry="14"
        fill="none" stroke="white" stroke-width="2"  />
<ellipse cx = "24" cy ="24"
        rx="34" ry="18"
        fill="none" stroke="white" stroke-width="2"  />
<ellipse cx = "24" cy ="24"
        rx="38" ry="22"
        fill="none" stroke="white" stroke-width="2"  />
</svg>