exampleapps/alfexcalendar/gfx/controlpane.svg
changeset 0 15bf7259bb7c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/exampleapps/alfexcalendar/gfx/controlpane.svg	Tue Feb 02 07:56:43 2010 +0200
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="20" viewBox="0 0 200 20">
+<rect fill="none" height="20" width="200"/>
+<rect fill="#231F20" height="20" width="200"/>
+<linearGradient id="SVGID_1" gradientUnits="userSpaceOnUse" x1="100" y1="0" x2="100" y2="20">
+<stop stop-color="#FFFFFF" offset="0"/>
+<stop stop-color="#F2F2F2" offset="0.03"/>
+<stop stop-color="#B3B3B3" offset="0.19"/>
+<stop stop-color="#7C7C7C" offset="0.34"/>
+<stop stop-color="#505050" offset="0.5"/>
+<stop stop-color="#2D2D2D" offset="0.64"/>
+<stop stop-color="#141414" offset="0.78"/>
+<stop stop-color="#050505" offset="0.9"/>
+<stop stop-color="#000000" offset="1"/>
+</linearGradient>
+<rect fill="url(#SVGID_1)" fill-opacity="0.17" height="20" width="200"/>
+</svg>
\ No newline at end of file