diff options
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> |