diff options
author | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
commit | 8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch) | |
tree | a17e1a767a89542ab59907462206d7dcf2e504b2 /tests/arthur/data/1.2/13_02.svg | |
download | Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2 |
Long live Qt for S60!
Diffstat (limited to 'tests/arthur/data/1.2/13_02.svg')
-rw-r--r-- | tests/arthur/data/1.2/13_02.svg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/arthur/data/1.2/13_02.svg b/tests/arthur/data/1.2/13_02.svg new file mode 100644 index 0000000..e7d8b7f --- /dev/null +++ b/tests/arthur/data/1.2/13_02.svg @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<svg width="8cm" height="4cm" viewBox="0 0 800 400" + xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny"> + <desc>Example radgrad01 - fill a rectangle by referencing a + radial gradient paint server</desc> + <g> + <defs> + <radialGradient xml:id="MyGradient" gradientUnits="userSpaceOnUse" + cx="400" cy="200" r="300"> + <stop offset="0" stop-color="red" /> + <stop offset="0.5" stop-color="blue" /> + <stop offset="1" stop-color="red" /> + </radialGradient> + </defs> + <!-- Outline the drawing area in blue --> + <rect fill="none" stroke="blue" + x="1" y="1" width="798" height="398"/> + <!-- The rectangle is filled using a radial gradient paint server --> + <rect fill="url(#MyGradient)" stroke="black" stroke-width="5" + x="100" y="100" width="600" height="200"/> + </g> +</svg> |