diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/seminar/obj/svg/sun.svg	Mon Aug 01 15:54:10 2011 +0900
@@ -0,0 +1,15 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" 
+  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
+  <g>
+    <defs>
+      <radialGradient id="SunGradient">
+        <stop offset="0%" stop-color="#f80" />
+        <stop offset="80%" stop-color="#fc0" />
+        <stop offset="100%" stop-color="#fff" />
+      </radialGradient>
+    </defs>
+    <rect fill="url(#SunGradient)" x="0" y="0" width="100%" height="100%"/>
+  </g>
+</svg>