Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate

Commit 0b556ca8cbad629b568fd871ebacba0b5cc9c30d

  • avatar
  • Daniel Francis <santiago.danielfrancis @gm…l.com>
  • Wed Dec 07 15:17:13 EST 2011
Icon to the insert Date and Time option
  
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg width="100" height="150" xmlns="http://www.w3.org/2000/svg">
3 <g>
4 <defs>
5 <radialGradient id="radial">
6 <stop offset="0%" stop-color="#FFFFFF;"/>
7
8 <stop offset="100%" stop-color="#000000;"/>
9 </radialGradient>
10 </defs>
11 <circle cx="50" cy="38" r="35" style="fill:url(#radial);stroke:#FFFFFF;stroke-width:5"/>
12 <path d="M50,35
13 L50,13
14 M47,38
15 L65,38"
16 style="stroke:#FFFFFF; fill:none; stroke-width:5"/>
17 <path d="M30,50
18 L30,98
19 M20,83
20 L30,100
21 L40,83
22 L17,83"
23 style="stroke:#FFFFFF; fill:#FFFFFF; stroke-width:5"/>
24 </g>
25</svg>