summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/bugs/gradient-defaults.svg
blob: cae3f52c1c081fa589612b8ee48a2d48a502a9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>