comparison seminar/obj/svg/sun.svg @ 1:23c1131ea61c

add S5
author Daichi TOMA <e085740@ie.u-ryukyu.ac.jp>
date Mon, 01 Aug 2011 15:54:10 +0900
parents
children
comparison
equal deleted inserted replaced
0:5886962e7ba0 1:23c1131ea61c
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>