exampleapps/alfexcalendar/gfx/controlpane.svg
author William Roberts <williamr@symbian.org>
Fri, 12 Nov 2010 11:42:24 +0000
branchRCL_3
changeset 66 8ee165fddeb6
parent 0 15bf7259bb7c
permissions -rw-r--r--
Change HuiStatic.cpp to avoid VFP instructions in the static initialiser - avoids Bug 3937

<?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>