diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /tests/arthur/data/bugs/gradient-defaults.svg | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'tests/arthur/data/bugs/gradient-defaults.svg')
-rw-r--r-- | tests/arthur/data/bugs/gradient-defaults.svg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/arthur/data/bugs/gradient-defaults.svg b/tests/arthur/data/bugs/gradient-defaults.svg new file mode 100644 index 0000000..cae3f52 --- /dev/null +++ b/tests/arthur/data/bugs/gradient-defaults.svg @@ -0,0 +1,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> |