comparison OpenSourceConference/obj/svg/sun.svg @ 0:7451f481250b

add OSC presen
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Wed, 07 Sep 2011 21:43:27 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7451f481250b
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 <svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
5 <g>
6 <defs>
7 <radialGradient id="SunGradient">
8 <stop offset="0%" stop-color="#f80" />
9 <stop offset="80%" stop-color="#fc0" />
10 <stop offset="100%" stop-color="#fff" />
11 </radialGradient>
12 </defs>
13 <rect fill="url(#SunGradient)" x="0" y="0" width="100%" height="100%"/>
14 </g>
15 </svg>