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