tests/arthur/data/bugs/gradient-defaults.svg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:17:34 +0300
changeset 19 fcece45ef507
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201015 Kit: 201018

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
<svg width="78mm" height="108mm" viewBox="-10 -10 78 108"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<defs>
<linearGradient id="shadow-gradient" >
<stop offset="0" style="stop-color:#f00;stop-opacity:1" />
<stop offset="0.5" style="stop-color:#ff0;stop-opacity:1" />
<stop offset="1" style="stop-color:#0f0;stop-opacity:1" />
</linearGradient>
</defs>
<rect id="card-shadow" width="57.8" x="0.1" y="0.1" height="87.8" style="fill:url(#shadow-gradient);stroke:none" />
</svg>