Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity/activity-smile.svg
blob: 0049daa1ac5e0b03fd96f26e161d0d3dbc41b7b3 (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
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg>
<svg version="1.1" baseProfile="full" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify"
   id="Test File"
   viewBox="-21 -21 42 42"
   width="800"
   height="800">

<defs>
<radialGradient id="shine"
      cx=".2" cy=".2" r=".5" fx=".2" fy=".2">
  <stop offset="0" stop-color="white" stop-opacity=".7"/>
  <stop offset="1" stop-color="white" stop-opacity="0"/>
</radialGradient>
<radialGradient id="grad"
      cx=".5" cy=".5" r=".5" >
  <stop offset="0" stop-color="yellow"/>
  <stop offset=".75" stop-color="yellow"/>
  <stop offset=".95" stop-color="#ee0"/>
  <stop offset="1" stop-color="#e8e800"/>
</radialGradient>

</defs>

<circle r="20" stroke="black" stroke-width=".15" fill="url(#grad)"/>
<circle r="20" fill="url(#shine)"/>
<g id="right">
  <ellipse rx="2.5" ry="4" cx="-6" cy="-7" fill="black"/>
  <path fill="none" stroke="black" stroke-width=".5" stroke-linecap="round" d="M 10.6,2.7 a 4,4,0 0,0 4,3"/>
</g>
<use xlink:href="#right" transform="scale(-1,1)"/>
<path fill="none" stroke="black" stroke-width=".75" d="M -12,5 A 13.5,13.5,0 0,0 12,5 A 13,13,0 0,1 -12,5"/>
</svg>